views.loggers.detail.hbs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micronaut-control-panel-management Show documentation
Show all versions of micronaut-control-panel-management Show documentation
The Micronaut Control Panel module provides a web UI that allows you to view and manage the state of your Micronaut application, typically in a development environment.
The newest version!
{{#with controlPanel.body }}
- Levels
-
{{#each levels}}
{{ this }}
{{/each}}
{{#if loggers.ROOT }}
- Effective level for unconfigured packages
-
{{ loggers.ROOT.configuredLevel }}
{{/if}}
Logger name
Level
Actions
{{#each loggers as |logger|}}
{{@key}}
{{ logger.configuredLevel }}
{{/each}}
{{/with}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy