Tweak LoggingApplicationListener order
Provide additional space between the ConfigFileApplicationListener order and the LoggingApplicationListener order. Fixes gh-2543
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user