Commit 9cb2a096 authored by Andy Wilkinson's avatar Andy Wilkinson

Reinstate output of stack trace accidentally removed in 66d4a2a4

parent 66d4a2a4
......@@ -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);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment