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

cmd: disable zap log sampling #156

Merged
merged 1 commit into from
Nov 13, 2024
Merged

cmd: disable zap log sampling #156

merged 1 commit into from
Nov 13, 2024

Conversation

roman-khimov
Copy link
Member

Skipping log lines is not safe to be used by default. Notice that s3-authmate doesn't have this problem because of the way it constructs its settings.

See also:

Skipping log lines is not safe to be used by default. Notice that s3-authmate
doesn't have this problem because of the way it constructs its settings.

See also:
 * nspcc-dev/neofs-node#3011
 * nspcc-dev/neo-go#598

Signed-off-by: Roman Khimov <[email protected]>
Copy link

codecov bot commented Nov 13, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 3.41%. Comparing base (3be7643) to head (4e655f6).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
cmd/neo-exporter/monitor.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           master    #156      +/-   ##
=========================================
- Coverage    3.41%   3.41%   -0.01%     
=========================================
  Files          18      18              
  Lines        1200    1201       +1     
=========================================
  Hits           41      41              
- Misses       1157    1158       +1     
  Partials        2       2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@carpawell carpawell merged commit 0c35d3c into master Nov 13, 2024
13 of 14 checks passed
@carpawell carpawell deleted the fix-log-sampling branch November 13, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants