Package io.quarkus.runtime.logging
Interface LogBuildTimeConfig.CategoryBuildTimeConfig
- Enclosing interface:
LogBuildTimeConfig
public static interface LogBuildTimeConfig.CategoryBuildTimeConfig
-
Method Summary
-
Method Details
-
minLevel
The minimum log level for this category. By default, all categories are configured withDEBUGminimum level.To get runtime logging below
DEBUG, e.g.,TRACE, adjust the minimum level at build time. The right log level needs to be provided at runtime.As an example, to get
TRACElogging, minimum level needs to be atTRACE, and the runtime log level needs to match that.
-