Details
-
Documentation
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.11.1
Description
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:
The level may be configured with one of TRACE, DEBUG, INFO, WARN, ERROR, ALL or OFF.
https://logging.apache.org/log4j/2.x/manual/architecture.html#Log_Levels mentions just 6 of them:
The set of built-in levels includes TRACE, DEBUG, INFO, WARN, ERROR, and FATAL.
https://logging.apache.org/log4j/2.x/manual/configuration.html#Configuration_Syntax mentions just 6 of them:
status [...] Valid values for this attribute are "trace", "debug", "info", "warn", "error" and "fatal". [...]
Attachments
Issue Links
- is related to
-
LOG4J2-2663 Can't configure a logger off in yaml
- Resolved