-
Notifications
You must be signed in to change notification settings - Fork 312
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
cluster: omit debug log from console output #977
Conversation
ff00a48
to
ffbc9a2
Compare
Codecov Report
@@ Coverage Diff @@
## master #977 +/- ##
==========================================
+ Coverage 55.40% 55.99% +0.59%
==========================================
Files 263 263
Lines 19854 19645 -209
==========================================
+ Hits 11000 11001 +1
+ Misses 7129 6919 -210
Partials 1725 1725
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/lgtm |
/merge |
Can merge label has been added. Git tree hash: ffbc9a2
|
@AstroProfundis: Your PR has out-of-dated and I have automatically updated it for you. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the tidb-community-bots/ti-community-prow repository. |
What problem does this PR solve?
Debug logs are not supposed to print on console (stdout), instead, they are more reasonable to be in audit log records.
Also fix #959
What is changed and how it works?
Check List
Tests
Code changes
Related changes
Release notes: