Skip to content
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

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from

Remove user data from logs when not in debug/trace mode (#17007)

aeabe49
Select commit
Loading
Failed to load commit list.
Open

[Backport 2.x] Remove user data from logs when not in debug/trace mode #17036

Remove user data from logs when not in debug/trace mode (#17007)
aeabe49
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 16, 2025 in 1s

71.92% (target 70.00%)

View this Pull Request on Codecov

71.92% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 71.92%. Comparing base (81ee44a) to head (aeabe49).
Report is 1 commits behind head on 2.x.

Files with missing lines Patch % Lines
...ava/org/opensearch/action/update/UpdateHelper.java 0.00% 3 Missing ⚠️
...tion/support/replication/ReplicationOperation.java 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.