[
https://issues.apache.org/jira/browse/LOG4J2-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ralph Goers resolved LOG4J2-2540.
---------------------------------
Fix Version/s: 2.15.0
Resolution: Fixed
Patch applied. Please verify and close.
> Incomplete enumeration of logging levels
> ----------------------------------------
>
> Key: LOG4J2-2540
> URL: https://issues.apache.org/jira/browse/LOG4J2-2540
> Project: Log4j 2
> Issue Type: Documentation
> Components: Documentation
> Affects Versions: 2.11.1
> Reporter: Gerold Broser
> Priority: Minor
> Labels: documentation, log-level, manual
> Fix For: 2.15.0
>
>
> [https://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/Level.html
>
> |https://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/Level.html]defines
> 8 logging levels (OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE, ALL).
> [https://logging.apache.org/log4j/2.x/manual/configuration.html#Configuring_loggers]
> mentions just 7 of them:
> {quote}The level may be configured with one of TRACE, DEBUG, INFO, WARN,
> ERROR, ALL or OFF.
> {quote}
> [https://logging.apache.org/log4j/2.x/manual/architecture.html#Log_Levels]
> mentions just 6 of them:
> {quote}The set of built-in levels includes TRACE, DEBUG, INFO, WARN, ERROR,
> and FATAL.
> {quote}
> [https://logging.apache.org/log4j/2.x/manual/configuration.html#Configuration_Syntax
>
> |https://logging.apache.org/log4j/2.x/manual/configuration.html#Configuration_Syntax]mentions
> just 6 of them:
> {quote}| status | [...] Valid values for this attribute are "trace",
> "debug", "info", "warn", "error" and "fatal". [...]
> {quote}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)