-
Notifications
You must be signed in to change notification settings - Fork 8
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
[19983] Split the CustomStdLogConsumer into a BaseLogConsumer and a StdLogConsumer #97
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #97 +/- ##
==========================================
- Coverage 68.32% 67.98% -0.35%
==========================================
Files 61 62 +1
Lines 1487 1493 +6
Branches 401 401
==========================================
- Hits 1016 1015 -1
- Misses 245 251 +6
- Partials 226 227 +1 ☔ View full report in Codecov by Sentry. |
6574475
to
440421f
Compare
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
Signed-off-by: tempate <[email protected]>
…sumer Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
The merge-base changed after approval.
5e05920
to
d767caf
Compare
In this version, the
CustomStdLogConsumer
has been split into two: aBaseLogConsumer
that filters the logs based on their kind and content and aStdLogConsumer
that prints the logs through std.