fix SLF4J-460

This commit is contained in:
Ceki Gulcu 2019-08-05 18:58:53 +02:00
parent acb850d669
commit e69d4a9c73
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class EventRecodingLogger implements Logger {
}
public void debug(String msg) {
recordEvent(Level.TRACE, msg, null, null);
recordEvent(Level.DEBUG, msg, null, null);
}
public void debug(String format, Object arg) {