aaron-613 opened a new issue, #1687: URL: https://github.com/apache/logging-log4j2/issues/1687
## Description On this page: https://logging.apache.org/log4j/log4j-2.3.2/manual/layouts.html There is a typo in `replace` section of the PatternLayout: ``` For example, "%replace(%msg}{\s}{}" will remove all spaces contained in the event message. ^ should be { ``` There is an "open parenthesis" after replace, but should be an "open brace". -- 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: notifications-unsubscr...@logging.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org