-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(logging): Add more logging and trace tags for debugging #8490
Conversation
(cherry picked from commit 56cb4c9)
(cherry picked from commit cd78f696fb4e8482a8a3127dd3ab7114c9e46417)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We went over it and looks good.
Adds logging and sets query `tag` for improved tracing in Jaeger. Co-authored-by: Damon Feldman <[email protected]> (cherry picked from commit 1e06e81)
This enhancement ensures that the duration of all queries are logged if either the -v 3 logging level is set (level 3 is debug) or if "request logging" is enabled on the alpha. In addition, all query errors are logged if logging is set to -v 3. Previously, errors were not logged on the alpha (only reported to the client). Also, for a particular error in zero logs reading "Error while writing: ..." the root cause of the error is now logged. |
Adds logging and sets query
tag
for improved tracing in Jaeger.