mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-03-11 06:01:32 +01:00
Fix the issue reference for removing the exception stacktrace logging
This commit is contained in:
parent
71a9abdad9
commit
1cbd11a753
@ -70,7 +70,7 @@ public final class ConsoleLogger {
|
||||
public static void debug(String message) {
|
||||
if (enableDebug) {
|
||||
//creating and filling an exception is a expensive call
|
||||
//->so it should be removed as soon #418 is fixed
|
||||
//->so it should be removed as soon #419 is fixed
|
||||
//logger.isLoggable does not work because the plugin logger is always ALL
|
||||
logger.log(Level.FINE, message + ' ' + Thread.currentThread().getName(), new Exception());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user