Fixes #675 - Slf4jLog.ignore() now logs at DEBUG level
This commit is contained in:
parent
e2058f9787
commit
3d988c9ff8
|
@ -127,7 +127,7 @@ public class Slf4jLog extends AbstractLogger
|
|||
{
|
||||
if (Log.isIgnored())
|
||||
{
|
||||
warn(Log.IGNORED, ignored);
|
||||
debug(Log.IGNORED, ignored);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue