io.quarkus.runtime.logging.ConsoleConfig.jdp Maven / Gradle / Ivy
io.quarkus.runtime.logging.ConsoleConfig.color=If the console logging should be in color. If undefined, Quarkus takes\nbest guess based on the operating system and environment.\nNote that this value is ignored if an extension is present that takes\ncontrol of console formatting (e.g., an XML or JSON-format extension).\n\nThis has been deprecated and replaced with quarkus.console.color
,\nas Quarkus now provides more console-based functionality than just logging.
io.quarkus.runtime.logging.ConsoleConfig.darken=Specify how much the colors should be darkened.\nNote that this value is ignored if an extension is present that takes\ncontrol of console formatting (e.g., an XML or JSON-format extension).
io.quarkus.runtime.logging.ConsoleConfig.enable=If console logging should be enabled
io.quarkus.runtime.logging.ConsoleConfig.filter=The name of the filter to link to the console handler.
io.quarkus.runtime.logging.ConsoleConfig.format=The log format. Note that this value is ignored if an extension is present that takes\ncontrol of console formatting (e.g., an XML or JSON-format extension).
io.quarkus.runtime.logging.ConsoleConfig.level=The console log level.
io.quarkus.runtime.logging.ConsoleConfig.stderr=If console logging should go to {@link System\#err} instead of {@link System\#out}.