Log4j errors fix #4044
This commit is contained in:
parent
41760c230d
commit
a315009ab9
|
@ -217,7 +217,7 @@ public class Logging {
|
||||||
// failed to configure log4j2
|
// failed to configure log4j2
|
||||||
impl = null;
|
impl = null;
|
||||||
if (!(t instanceof LinkageError) && !(t.getCause() instanceof LinkageError)) {
|
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