-
Notifications
You must be signed in to change notification settings - Fork 467
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
add -error flag to crowdsec binary #1903
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1903 +/- ##
==========================================
- Coverage 54.00% 53.75% -0.25%
==========================================
Files 148 148
Lines 20047 20052 +5
==========================================
- Hits 10826 10779 -47
- Misses 8040 8102 +62
+ Partials 1181 1171 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This change makes the log initialization happen in a single place, and as soon as possible. This means any info-level messages, like "push and pull blah blah" are not shown in stderr anymore, by default. They end up in the regular logs.