-
Notifications
You must be signed in to change notification settings - Fork 22
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
Resolve journald argument re-use #389
Conversation
…ytime a polling cycle starts
|
Codecov Report
@@ Coverage Diff @@
## master #389 +/- ##
==========================================
- Coverage 73.25% 73.23% -0.02%
==========================================
Files 124 124
Lines 7994 7995 +1
==========================================
- Hits 5856 5855 -1
- Misses 1640 1646 +6
+ Partials 498 494 -4
Continue to review full report at Codecov.
|
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.
A couple very minor optional points. Looks good though.
|
Description of Changes
Now that journald polls for logs (instead of a single long running process), the way arguments are handled needs to be modified. Right now, every poll cycle will append
--after-cursor
to the args []string value. These parameters are preserved, resulting in many--after-cursor
arguments being passed to journald.Please check that the PR fulfills these requirements