@ -206,10 +206,11 @@ public class LoggingApplicationListener implements GenericApplicationListener {
@@ -206,10 +206,11 @@ public class LoggingApplicationListener implements GenericApplicationListener {
system.initialize(logConfig,logFile);
}
catch(Exceptionex){
this.logger.warn("Logging environment value '"+logConfig
+"' cannot be opened and will be ignored "
+"(using default location instead)");
system.initialize(null,logFile);
System.err
.println("Logging system failed to initialize using configuration from '"
@ -122,6 +124,22 @@ public class LogbackLoggingSystem extends Slf4JLoggingSystem {
@@ -122,6 +124,22 @@ public class LogbackLoggingSystem extends Slf4JLoggingSystem {
thrownewIllegalStateException("Could not initialize Logback logging from "