The icon of the project
Logging Manager
Provides endpoints to visualize and control the log level of your loggers.

Guides

This extension has a guide to get you going.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.loggingmanager:quarkus-logging-manager

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.loggingmanager:quarkus-logging-manager"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.loggingmanager:quarkus-logging-manager"