Make logging config come after config file

...otherwise you can't control the log configuration from
application.properties.
pull/7/head
Dave Syer 12 years ago
parent 618358287a
commit 3996353e35

@ -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

Loading…
Cancel
Save