Log4j errors fix #4044

This commit is contained in:
rusefillc 2022-04-04 21:05:33 -04:00
parent 91a6b12bf5
commit 4319b3e6ae
1 changed files with 1 additions and 1 deletions

View File

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