io.quarkus.runtime.logging.LogConfig.jdp Maven / Gradle / Ivy
io.quarkus.runtime.logging.LogConfig.categories=Logging categories.\n\nLogging is done on a per-category basis. Each category can be independently configured.\nA configuration that applies to a category will also apply to all sub-categories of that category,\nunless there is a more specific matching sub-category configuration.
io.quarkus.runtime.logging.LogConfig.console=Console logging.\n
\nConsole logging is enabled by default.
io.quarkus.runtime.logging.LogConfig.consoleHandlers=Console handlers.\n
\nThe named console handlers configured here can be linked on one or more categories.
io.quarkus.runtime.logging.LogConfig.file=File logging.\n
\nLogging to a file is also supported but not enabled by default.
io.quarkus.runtime.logging.LogConfig.fileHandlers=File handlers.\n
\nThe named file handlers configured here can be linked to one or more categories.
io.quarkus.runtime.logging.LogConfig.filters=Log cleanup filters - internal use.
io.quarkus.runtime.logging.LogConfig.handlers=The names of additional handlers to link to the root category.\nThese handlers are defined in consoleHandlers, fileHandlers, or syslogHandlers.
io.quarkus.runtime.logging.LogConfig.level=The log level of the root category, which is used as the default log level for all categories.\n\nJBoss Logging supports Apache-style log levels\:\n\n* {@link org.jboss.logmanager.Level\#FATAL}\n* {@link org.jboss.logmanager.Level\#ERROR}\n* {@link org.jboss.logmanager.Level\#WARN}\n* {@link org.jboss.logmanager.Level\#INFO}\n* {@link org.jboss.logmanager.Level\#DEBUG}\n* {@link org.jboss.logmanager.Level\#TRACE}\n\nIn addition, it also supports the standard JDK log levels.\n\n@asciidoclet
io.quarkus.runtime.logging.LogConfig.syslog=Syslog logging.\n
\nLogging to a syslog is also supported but not enabled by default.
io.quarkus.runtime.logging.LogConfig.syslogHandlers=Syslog handlers.\n
\nThe named syslog handlers configured here can be linked to one or more categories.