Skip to content

Refactor of CAPIO log component#239

Draft
marcoSanti wants to merge 25 commits into
masterfrom
logger-refactor
Draft

Refactor of CAPIO log component#239
marcoSanti wants to merge 25 commits into
masterfrom
logger-refactor

Conversation

@marcoSanti
Copy link
Copy Markdown
Member

@marcoSanti marcoSanti commented May 19, 2026

This pull request removes the Logger component, and the server_println function, replacing it with an external logging tool.
By moving to the new logging tool, CAPIO changes the structure of logfiles from non structured data, to a JSON based logging format.

@marcoSanti marcoSanti marked this pull request as draft May 19, 2026 09:14
@marcoSanti marcoSanti force-pushed the logger-refactor branch 2 times, most recently from d73fa4a to 3e91607 Compare May 19, 2026 15:40
@codecov
Copy link
Copy Markdown

codecov Bot commented May 19, 2026

Codecov Report

❌ Patch coverage is 60.34483% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 62.80%. Comparing base (6b14036) to head (44342bc).

Files with missing lines Patch % Lines
capio/posix/libcapio_posix.cpp 44.44% 3 Missing and 2 partials ⚠️
capio/server/src/cli_parser.cpp 60.00% 0 Missing and 4 partials ⚠️
capio/server/src/mpi_backend.cpp 0.00% 2 Missing and 2 partials ⚠️
capio/server/include/remote/listener.hpp 40.00% 0 Missing and 3 partials ⚠️
capio/common/env.hpp 0.00% 0 Missing and 2 partials ⚠️
capio/common/shm.hpp 33.33% 1 Missing and 1 partial ⚠️
capio/server/include/utils/signals.hpp 60.00% 0 Missing and 2 partials ⚠️
capio/server/capio_server.cpp 87.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #239      +/-   ##
==========================================
- Coverage   63.43%   62.80%   -0.63%     
==========================================
  Files          79       77       -2     
  Lines        3268     3041     -227     
  Branches     2008     1906     -102     
==========================================
- Hits         2073     1910     -163     
+ Misses        397      375      -22     
+ Partials      798      756      -42     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant