Class LogBuildTimeConfig

java.lang.Object
io.quarkus.runtime.logging.LogBuildTimeConfig

@ConfigRoot(name="log", phase=BUILD_AND_RUN_TIME_FIXED) public class LogBuildTimeConfig extends Object
  • Field Details

    • metricsEnabled

      @ConfigItem(name="metrics.enabled", defaultValue="false") public boolean metricsEnabled
      If enabled and a metrics extension is present, logging metrics are published.
    • minLevel

      @ConfigItem(defaultValue="DEBUG") public Level minLevel
      The default minimum log level.
    • decorateStacktraces

      @ConfigItem(defaultValue="true") public Boolean decorateStacktraces
      This will decorate the stacktrace in dev mode to show the line in the code that cause the exception
    • categories

      Minimum logging categories.

      Logging is done on a per-category basis. Each category can be configured independently. A configuration that applies to a category will also apply to all sub-categories of that category, unless there is a more specific matching sub-category configuration.

  • Constructor Details

    • LogBuildTimeConfig

      public LogBuildTimeConfig()