Log4j errors fix #4044

This commit is contained in:
rusefillc 2022-04-04 20:21:05 -04:00
parent 08c80c8035
commit 0cf28cf923
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ public class Logging {
// failed to configure with passed class name
impl = null;
if (!(t instanceof LinkageError) && !(t.getCause() instanceof LinkageError)) {
errors.put(className + " link", new IllegalStateException(t));
// errors.put(className + " link", new IllegalStateException(t));
}
}
}