
[ https://jira.qos.ch/browse/SLF4J-233?page=com.atlassian.jira.plugin.system.i... ] Ceki Gülcü resolved SLF4J-233. ------------------------------ Resolution: Fixed Fixed in [commit a822fd76|https://github.com/qos-ch/slf4j/commit/a822fd76]
log4j-over-slf4j silently ignores Throwables in some cases ----------------------------------------------------------
Key: SLF4J-233 URL: https://jira.qos.ch/browse/SLF4J-233 Project: SLF4J Issue Type: Bug Components: log4j-over-slf4j Affects Versions: 1.6.x Environment: Operating System: Mac OS X 10.3 Platform: PC Reporter: John Vasileff Assignee: Ceki Gülcü Priority: Minor Fix For: 1.8.0-beta5
For non LocationAwareLoggers, Throwables are silently ignored. See: https://github.com/qos-ch/slf4j/blob/v_1.6.2/log4j-over-slf4j/src/main/java/... For trace(Object message, Throwable t), the Throwable is silently ignored. See: https://github.com/qos-ch/slf4j/blob/v_1.6.2/log4j-over-slf4j/src/main/java/...
-- This message was sent by Atlassian JIRA (v7.3.1#73012)