- Implemented a hierarchical logger structure to improve log source
identification and traceability.
Introduced child loggers:
- `neo4j.io`: For socket and bolt protocol related logging.
- `neo4j.pool`: For logs pertaining to connection pooling and routing.
- `neo4j.auth_management`: For logging inside the provided AuthManager
implementations.