Make logging config come after config file

...otherwise you can't control the log configuration from
application.properties.
This commit is contained in:
Dave Syer
2013-07-08 12:32:27 +01:00
parent 618358287a
commit 3996353e35

View File

@@ -75,7 +75,7 @@ public class LoggingApplicationContextInitializer implements
ENVIRONMENT_SYSTEM_PROPERTY_MAPPING.put("PID", "PID");
}
private int order = Integer.MIN_VALUE + 1;
private int order = Integer.MIN_VALUE + 11;
/**
* Initialize the logging system according to preferences expressed through the