Log4j errors fix #4044
This commit is contained in:
parent
08c80c8035
commit
0cf28cf923
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue