|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
_______________________________________________ slf4j-dev mailing list slf4j-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/slf4j-dev
The part of the message consisting of "
{18=false}" causes an NumberFormatException in MessageFormat.makeFormat method regardless of whether SLF4JBridgeHandler is used or not. If SLF4JBridgeHandler is not being used, then java.util.logging.Formatter.formatMessage(LogRecord) method catches the exception and just returns the message, whereas if SLF4JBridgeHandler is installed, then the exception is sent higher up the stack.
As this is clearly a user error, I am tempted to close the issue as not a bug.