Tweak LoggingApplicationListener order

Provide additional space between the ConfigFileApplicationListener order
and the LoggingApplicationListener order.

Fixes gh-2543
pull/3452/head
Phillip Webb 9 years ago
parent 3588ca8637
commit 3de2516452

@ -109,7 +109,7 @@ public class LoggingApplicationListener implements GenericApplicationListener {
private LoggingSystem loggingSystem;
private int order = Ordered.HIGHEST_PRECEDENCE + 11;
private int order = Ordered.HIGHEST_PRECEDENCE + 20;
private boolean parseArgs = true;

Loading…
Cancel
Save