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

[19983] Split the CustomStdLogConsumer into a BaseLogConsumer and a StdLogConsumer #97

Merged
merged 5 commits into from
Mar 6, 2024

Conversation

Tempate
Copy link
Contributor

@Tempate Tempate commented Feb 29, 2024

In this version, the CustomStdLogConsumer has been split into two: a BaseLogConsumer that filters the logs based on their kind and content and a StdLogConsumer that prints the logs through std.

@codecov-commenter
Copy link

codecov-commenter commented Feb 29, 2024

Codecov Report

Attention: Patch coverage is 0% with 27 lines in your changes are missing coverage. Please review.

Project coverage is 67.98%. Comparing base (63b19c3) to head (d767caf).

Files Patch % Lines
cpp_utils/src/cpp/logging/StdLogConsumer.cpp 0.00% 19 Missing ⚠️
cpp_utils/src/cpp/logging/BaseLogConfiguration.cpp 0.00% 4 Missing ⚠️
cpp_utils/src/cpp/logging/BaseLogConsumer.cpp 0.00% 3 Missing ⚠️
...tils/include/cpp_utils/logging/BaseLogConsumer.hpp 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@Tempate Tempate changed the title [19983] Split the CustomStdLogConsumer into a BaseLogConsumer and a StdLogConsumer. [19983] Split the CustomStdLogConsumer into a BaseLogConsumer and a StdLogConsumer Feb 29, 2024
@Tempate Tempate force-pushed the feature/publish_logs branch from 6574475 to 440421f Compare March 1, 2024 07:41
@Tempate Tempate changed the base branch from main to feature/fault_reporting March 4, 2024 13:35
Base automatically changed from feature/fault_reporting to main March 5, 2024 08:19
Copy link
Contributor

@LuciaEchevarria99 LuciaEchevarria99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

4 participants