[ https://issues.apache.org/jira/browse/LOG4J2-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott Severtson updated LOG4J2-136: ----------------------------------- Attachment: syslog-escape-newlines.patch Patch against trunk to support escaping newlines in syslog messages. > Syslog: Optional escaping of newlines in message body > ----------------------------------------------------- > > Key: LOG4J2-136 > URL: https://issues.apache.org/jira/browse/LOG4J2-136 > Project: Log4j 2 > Issue Type: Improvement > Components: Appenders, Layouts > Affects Versions: 2.0-beta3 > Environment: N/A > Reporter: Scott Severtson > Priority: Minor > Labels: patch > Fix For: 2.0-beta4 > > Attachments: syslog-escape-newlines.patch > > > Syslog (both RFC-3164 and 5424) use newline characters to frame messages. As > Log4J2 messages may include newlines in the message body, it is necessary to > replace newlines with a configurable escape string. > I've implemented a configuration option "newLineEscape" which accepts a > replacement string. The default is to not escape newlines (i.e. current > behavior). -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org