vy commented on code in PR #4033: URL: https://github.com/apache/logging-log4j2/pull/4033#discussion_r2871431475
########## src/changelog/.2.x.x/4033_fix_custom_throwable_to_sting.xml: ########## @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<entry xmlns="https://logging.apache.org/xml/ns" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation=" + https://logging.apache.org/xml/ns + https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" + type="changed"> + <issue id="3623" link="https://github.com/apache/logging-log4j2/pull/3623"/> + <issue id="4033" link="https://github.com/apache/logging-log4j2/pull/4033"/> + <description format="asciidoc"> + Take Throwable#toString() into account while rendering stack traces in Pattern Layout. Review Comment: ```suggestion <issue id="3623" link="https://github.com/apache/logging-log4j2/issues/3623"/> <issue id="4033" link="https://github.com/apache/logging-log4j2/pull/4033"/> <description format="asciidoc"> Take `Throwable#toString()` into account while rendering stack traces in Pattern Layout. ``` -- 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]
