vy commented on code in PR #3955:
URL: https://github.com/apache/logging-log4j2/pull/3955#discussion_r2439637460
##########
log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/ThrowableStackTraceRenderer.java:
##########
@@ -268,6 +267,11 @@ static final class Metadata {
*/
final int stackLength;
+ /**
+ * The stack trace of this {@link Throwable}
Review Comment:
```suggestion
* The stack trace of this {@link Throwable}.
* This needs to be captured separately since {@link
Throwable#getStackTrace()} can change.
```
--
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]