Skip to content

Commit

Permalink
fix SLF4J-460
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Aug 5, 2019
1 parent acb850d commit e69d4a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public boolean isDebugEnabled() {
}

public void debug(String msg) {
recordEvent(Level.TRACE, msg, null, null);
recordEvent(Level.DEBUG, msg, null, null);
}

public void debug(String format, Object arg) {
Expand Down

0 comments on commit e69d4a9

Please sign in to comment.