ppkarwasz commented on issue #1545: URL: https://github.com/apache/logging-log4j2/issues/1545#issuecomment-1630220246
Hi @zartc, As [documented](https://logging.apache.org/log4j/2.x/manual/layouts.html#PatternLayout) the correct syntax is: ``` %highlight{%5level}{STYLE=LOGBACK} ``` I wouldn't complexify the syntax to accept just "LOGBACK". There should be probably a warning if a user employs an incorrect syntax (without `=`). Could you submit a PR with the warning? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
