Log4j errors fix #4044

This commit is contained in:
rusefillc 2022-04-04 21:05:33 -04:00
parent 41760c230d
commit a315009ab9
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));
}
}
}