Details
- 
    Bug 
- 
    Resolution: Fixed
- 
    Minor 
- 
    1.7.26
- 
    None
Description
In EventRecodingLogger, the decompiled code looks like this:
public void debug(String msg) {
 this.recordEvent(Level.TRACE, msg, (Object[])null, (Throwable)null);
}
I recognize this might be an issue with the decompilier i'm using, but it seems unlikely. I might also be misunderstanding the code. But from what I can tell, I think it should be Level.DEBUG