-
Notifications
You must be signed in to change notification settings - Fork 719
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
logutil, *: implement log desensitization (#3011) #3266
logutil, *: implement log desensitization (#3011) #3266
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
@Yisaer you're already a collaborator in bot's repo. |
please fix the conflict |
cc @Yisaer |
Signed-off-by: Song Gao <disxiaofei@163.com>
Signed-off-by: Song Gao <disxiaofei@163.com>
Codecov Report
@@ Coverage Diff @@
## release-4.0 #3266 +/- ##
===============================================
- Coverage 75.20% 74.79% -0.42%
===============================================
Files 209 209
Lines 19599 19628 +29
===============================================
- Hits 14740 14681 -59
- Misses 3534 3628 +94
+ Partials 1325 1319 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/merge |
@Yisaer: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests 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 ti-community-infra/ti-community-prow repository. |
This pull request has been accepted and is ready to merge. Commit hash: 1204d76
|
@ti-srebot: Your PR has out-of-dated and I have automatically updated it for you. /run-all-tests 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 ti-community-infra/ti-community-prow repository. |
cherry-pick #3011 to release-4.0
What problem does this PR solve?
close #2852
Implement log desensitization to omit the region key information from the log.
What is changed and how it works?
Check List
Tests
Code changes
Related changes
pingcap/docs
/pingcap/docs-cn
:Release note
enable-redact-log
to enable log desensitization or not.