-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Backport 2.x] Remove user data from logs when not in debug/trace mode #17036
base: 2.x
Are you sure you want to change the base?
Conversation
* Remove user data from logs when not in debug/trace mode Signed-off-by: Mohit Godwani <mgodwan@amazon.com> (cherry picked from commit 13159c1) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Gradle check result for aeabe49: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #17036 +/- ##
============================================
- Coverage 72.01% 71.92% -0.09%
+ Complexity 65652 65640 -12
============================================
Files 5318 5318
Lines 305831 305832 +1
Branches 44601 44602 +1
============================================
- Hits 220233 219970 -263
- Misses 67235 67542 +307
+ Partials 18363 18320 -43 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR is stalled because it has been open for 30 days with no activity. |
This PR is stalled because it has been open for 30 days with no activity. |
Backport 13159c1 from #17007.