Skip to content

feat: per-component log levels#283

Open
jason-lynch wants to merge 1 commit intofeat/PLAT-417/core-systemd-resources-pt2from
feat/PLAT-417/core-systemd-resources-pt3
Open

feat: per-component log levels#283
jason-lynch wants to merge 1 commit intofeat/PLAT-417/core-systemd-resources-pt2from
feat/PLAT-417/core-systemd-resources-pt3

Conversation

@jason-lynch
Copy link
Member

Summary

Adds the ability to configure per-component log levels to make it easier to see, for example, debug logs for a single component.

Testing

Try setting a more verbose log level for a particular component in docker/control-plane-dev/config.json. For example:

{
  "profiling_enabled": true
  "logging": {
    "component_levels": {
      "election_candidate": "debug"
    }
  }
}

PLAT-417

@coderabbitai
Copy link

coderabbitai bot commented Mar 3, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/PLAT-417/core-systemd-resources-pt3

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@jason-lynch
Copy link
Member Author

@coderabbitai review

@coderabbitai
Copy link

coderabbitai bot commented Mar 3, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@jason-lynch jason-lynch force-pushed the feat/PLAT-417/core-systemd-resources-pt2 branch from cce50f9 to 33e99fc Compare March 3, 2026 15:04
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/core-systemd-resources-pt3 branch from 2e388a3 to 60e28d1 Compare March 3, 2026 15:04
Adds the ability to configure per-component log levels to make it easier
to see, for example, debug logs for a single component.

PLAT-417
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/core-systemd-resources-pt2 branch from 33e99fc to 8c5edbb Compare March 3, 2026 15:06
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/core-systemd-resources-pt3 branch from 60e28d1 to 4de1dc1 Compare March 3, 2026 15:06
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