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