Yonathan Randolph Thank you for this report. Reading this description, I am puzzled by the fact that you mention SLF4JBridgeHandler.callPlainSLF4JLogger on the execution path but ch.qos.logback.classic.Logger implements org.slf4j.spi.LocationAwareLogger. This means that the execution path should involve SLF4JBridgeHandler.callLocationAwareLogger(LocationAwareLogger, LogRecord) not callPlainSLF4JLogger. So I am wondering whether your description is missing a crucial element or is it just a slip without inconsequential with respect to the validity of this report. I would be reassured if you could supply a test case (even if incomplete). |