feat: per-component log levels#283
feat: per-component log levels#283jason-lynch wants to merge 1 commit intofeat/PLAT-417/core-systemd-resources-pt2from
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
cce50f9 to
33e99fc
Compare
2e388a3 to
60e28d1
Compare
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
33e99fc to
8c5edbb
Compare
60e28d1 to
4de1dc1
Compare
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