Class ConsoleConfig


  • public class ConsoleConfig
    extends Object
    • Field Detail

      • format

        @ConfigItem(defaultValue="%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c{3.}] (%t) %s%e%n")
        String format
        The log format. Note that this value will be ignored if an extension is present that takes control of console formatting (e.g. an XML or JSON-format extension).
      • color

        @ConfigItem
        @Deprecated
        public Optional<Boolean> color
        Deprecated.
        If the console logging should be in color. If undefined quarkus takes best guess based on operating system and environment. Note that this value will be ignored if an extension is present that takes control of console formatting (e.g. an XML or JSON-format extension). This has been deprecated, and replaced with quarkus.console.color instead, as quarkus now provides more console based functionality than just logging.
      • darken

        @ConfigItem(defaultValue="0")
        int darken
        Specify how much the colors should be darkened. Note that this value will be ignored if an extension is present that takes control of console formatting (e.g. an XML or JSON-format extension).
    • Constructor Detail

      • ConsoleConfig

        public ConsoleConfig()