Details
-
Bug
-
Resolution: Fixed
-
None
-
1.6.x
-
None
-
Operating System: All
Platform: All
-
major
-
P1
-
281
Description
JCLLoggerAdapter contains:
public void trace(String format, Object arg1, Object arg2) {
if (log.isDebugEnabled())
}
log.isDebugEnabled() is used instead of log.isTraceEnabled()
Issue is present in the slf4j-jcl-1.7.2 for all trace methods.