Tweak LoggingApplicationListener order

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

Fixes gh-2543
This commit is contained in:
Phillip Webb
2015-07-08 14:38:20 -07:00
parent 3588ca8637
commit 3de2516452

View File

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