Reinstate output of stack trace accidentally removed in 66d4a2a
This commit is contained in:
parent
66d4a2a49e
commit
9cb2a09680
|
|
@ -214,6 +214,7 @@ public class LoggingApplicationListener implements GenericApplicationListener {
|
|||
// NOTE: We can't use the logger here to report the problem
|
||||
System.err.println("Logging system failed to initialize "
|
||||
+ "using configuration from '" + logConfig + "'");
|
||||
ex.printStackTrace(System.err);
|
||||
throw new IllegalStateException(ex);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue