Description
Methods
org.apache.logging.log4j.Logger.error(Message msg)
org.apache.logging.log4j.Logger.error(Message msg, Throwable t)
do not work, because they test against Level.TRACE instead of Level.ERROR log level.
Class org.apache.logging.log4j.spi.AbstractLogger, lines 524, 525, 536, 537 should be fixed.
Thx.
Attachments
Issue Links
- is related to
-
LOG4J2-88 The default methods catching and throwing should log on level ERROR
- Closed