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
In the ideea of having a consistent trace of a request in the logs is it possible to have the context as first parameter in the logging functions ( https://github.com/neo4j/neo4j-go-driver/blob/5.0/neo4j/log/logger.go#L46-L49 ) .I believe one could, then, add a "requestID" in the context and expect to have this parameter in a custom implementation of the logger to print it
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
In the ideea of having a consistent trace of a request in the logs is it possible to have the context as first parameter in the logging functions ( https://github.com/neo4j/neo4j-go-driver/blob/5.0/neo4j/log/logger.go#L46-L49 ) .I believe one could, then, add a "requestID" in the context and expect to have this parameter in a custom implementation of the logger to print it
Thank you
The text was updated successfully, but these errors were encountered: