Skip to content

Make logging level configurable#99

Open
tpoliaw wants to merge 1 commit into
mainfrom
LOG_LEVELS
Open

Make logging level configurable#99
tpoliaw wants to merge 1 commit into
mainfrom
LOG_LEVELS

Conversation

@tpoliaw

@tpoliaw tpoliaw commented Dec 10, 2025

Copy link
Copy Markdown
Contributor

Read initial log level from config file if present. Once the server is
running the level can be changed via a POST request to /loglevel/{level}
where level is one of info, debug or trace.

@tpoliaw tpoliaw linked an issue Dec 10, 2025 that may be closed by this pull request
@codecov

codecov Bot commented Dec 10, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 25 lines in your changes missing coverage. Please review.
✅ Project coverage is 47.88%. Comparing base (b6e2749) to head (2bd91fb).

Files with missing lines Patch % Lines
src/main.rs 0.00% 18 Missing ⚠️
src/config.rs 0.00% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #99      +/-   ##
==========================================
- Coverage   49.27%   47.88%   -1.39%     
==========================================
  Files          13       13              
  Lines         621      639      +18     
==========================================
  Hits          306      306              
- Misses        315      333      +18     

☔ 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.

Read initial log level from config file if present. Once the server is
running the level can be changed via a POST request to /loglevel/{level}
where level is one of info, debug or trace.
@tpoliaw tpoliaw requested a review from a team as a code owner January 8, 2026 17:57
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.

Make logging configurable

1 participant