luisgoncalves opened a new issue, #4022: URL: https://github.com/apache/logging-log4j2/issues/4022
## Description When upgrading from 2.22.0 to 2.25.3 I noticed the following in the status logger: ``` ERROR Rfc5424Layout contains an invalid element or attribute "newLine" ``` ## Configuration **Version:** 2.22.0 -> 2.25.3 ## Reproduction XML configuration file with `<Rfc5424Layout newLine="true" ... />`. Seems to have been introduced by https://github.com/apache/logging-log4j2/pull/2853. Using `includeNL="true"` fixes it, but the [docs still mention](https://logging.apache.org/log4j/2.x/manual/layouts.html#RFC5424Layout) `newLine`. I thought I'd share here because it also seemed a breaking change that I didn't find in the release notes. -- 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]
