-
Notifications
You must be signed in to change notification settings - Fork 409
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
Refine logging under info level #8563
Labels
Comments
JaySon-Huang
added
the
type/enhancement
The issue or PR belongs to an enhancement.
label
Dec 22, 2023
12 tasks
turn into "bug" for backporting to release-6.5 |
JaySon-Huang
added
type/bug
The issue is confirmed as a bug.
severity/major
and removed
type/enhancement
The issue or PR belongs to an enhancement.
labels
Dec 25, 2023
JaySon-Huang
added
affects-6.5
and removed
may-affects-5.4
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
labels
Dec 25, 2023
12 tasks
12 tasks
12 tasks
12 tasks
This was referenced Dec 29, 2023
12 tasks
This was referenced Jan 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Enhancement
In LTS version 6.1, 6.5, the default logging level is "debug". Which will make lots of logging when there are frequent queries.
We need to refine the logging under info level so that user can use "info" and the logging can obtain necessary information for troubleshooting.
The text was updated successfully, but these errors were encountered: