We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7251699 commit 189ac3aCopy full SHA for 189ac3a
1 file changed
src/test/resources/log4j2-test.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
- ~ Copyright 2019-2023 Björn Kautler
+ ~ Copyright 2019-2026 Björn Kautler
4
~
5
~ Licensed under the Apache License, Version 2.0 (the "License");
6
~ you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
17
18
<Configuration name="Command Framework Tests" status="INFO" strict="true">
19
<Appenders>
20
- <Console name="Console Appender">
+ <Console name="Console Appender" follow="true">
21
<PatternLayout>
22
<Pattern><![CDATA[%highlight{%d <%-5p> <%-35.35t> <%x> <%X> <%50.50c> %m}{TRACE = magenta}%n]]></Pattern>
23
</PatternLayout>
0 commit comments