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