David Eckel commented on Bug LOGBACK-830

Workaround: add an empty options list:

<pattern>%magenta(%message){}%n</pattern>

In ch.qos.logback.core.pattern.parser.TokenStream.tokenize and handleRightParenthesisState, the right parenthisis token is skipped, so it doesn't hit the first CoreConstants.RIGHT_PARENTHESIS_CHAR case.

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