We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd07fdd commit 1bea580Copy full SHA for 1bea580
1 file changed
logback-classic/src/main/java/ch/qos/logback/classic/spi/LoggingEventVO.java
@@ -86,7 +86,7 @@ public static LoggingEventVO build(ILoggingEvent le) {
86
ledo.sequenceNumber = le.getSequenceNumber();
87
ledo.throwableProxy = ThrowableProxyVO.build(le.getThrowableProxy());
88
// add caller data only if it is there already
89
- // fixes http://jira.qos.ch/browse/LBCLASSIC-145
+ // See also https://jira.qos.ch/browse/LOGBACK-480
90
if (le.hasCallerData()) {
91
ledo.callerDataArray = le.getCallerData();
92
}
0 commit comments