rmannibucau opened a new pull request #473: URL: https://github.com/apache/logging-log4j2/pull/473
Giess the title is enough to understand what happens ;). Long story short the handlesThrowable() logic to skip forced (by default) append of the exception does not work as soon as encoding is used which is almost always the case when outputing JSON/XML using PatternFormatter (since Json appender required 3rd party libs which are often undesired). This PR implements this method by checking the nested formatters. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
