FreeAndNil opened a new issue, #274: URL: https://github.com/apache/logging-log4net/issues/274
Currently the RemoteSysLogAppender splits messages on newlines: https://logging.apache.org/log4net/manual/configuration/appenders/remotesyslogappender.html#newlinehandling It would be desirable that one can configure this behaviour: - keep newlines as is (many syslog servers can handle newlines in the message part) - escape the newlines (\\r for \r and \\n for \n) - splitting the message at new lines The new default should be escaping the newlines. -- 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]
