Commit 3de25164 authored by Phillip Webb's avatar Phillip Webb

Tweak LoggingApplicationListener order

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

Fixes gh-2543
parent 3588ca86
...@@ -109,7 +109,7 @@ public class LoggingApplicationListener implements GenericApplicationListener { ...@@ -109,7 +109,7 @@ public class LoggingApplicationListener implements GenericApplicationListener {
private LoggingSystem loggingSystem; private LoggingSystem loggingSystem;
private int order = Ordered.HIGHEST_PRECEDENCE + 11; private int order = Ordered.HIGHEST_PRECEDENCE + 20;
private boolean parseArgs = true; private boolean parseArgs = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment