Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
None
-
JUL SLF4J Bridge 1.7.x
Description
Consider an example from MSSQL JDBC Driver:
loggerExternal.entering(getClassNameLogging(), "commit");
Actual result: The sourceMethodName ("commit") is not passed to the underlying SLF4J implementation, via JUL-SLF4J Bridge.
I.e. the sourceMethod is not logged in this case.
Expected result: JUL-SLF4J Bridge should pass sourceMethodName to SLF4J implementation.
Please also check if there are any other such attributes affected.
Suggested to fix in org.slf4j.bridge.SLF4JBridgeHandler.