Class CategoryBuildTimeConfig

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

public class CategoryBuildTimeConfig extends Object
  • Field Details

    • minLevel

      @ConfigItem(defaultValue="inherit") public InheritableLevel minLevel
      The minimum log level for this category. By default, all categories are configured with DEBUG minimum 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 TRACE logging, minimum level needs to be at TRACE, and the runtime log level needs to match that.

  • Constructor Details

    • CategoryBuildTimeConfig

      public CategoryBuildTimeConfig()
  • Method Details