Reinstate output of stack trace accidentally removed in 66d4a2a

This commit is contained in:
Andy Wilkinson 2015-07-08 22:04:11 +01:00
parent 66d4a2a49e
commit 9cb2a09680
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}