Log4j errors fix #4044
This commit is contained in:
parent
91a6b12bf5
commit
4319b3e6ae
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue