You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add more logging to the pool when acquiring and releasing connections.
* Improved log format:
* All debug messages should not start with `[#hhhh] x:` where `hhhh` is the
hex representation of the local port number of the connection or 0000 if
there is none. `x` is one of `C` if it's the driver writing/opening/closing
onto the socket, `S` if it's the driver reading/receiving an error from
the socket and `_` if it's not communication between the server and the
driver.
* Reduced logging noise in routing table.
* API docs: explain how to manually log the async task id.
* Logging helpers `neo4j.debug`:
* Add config options to decide if thread id and/or task id should be logged.
* Their docs make clear that the logging format is not following semver.
* Changed logging format to accommodate the new config options.
0 commit comments