Skip to content

Commit 189ac3a

Browse files
committed
Configure test logging so it can be captured to test report
1 parent 7251699 commit 189ac3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/resources/log4j2-test.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2019-2023 Björn Kautler
3+
~ Copyright 2019-2026 Björn Kautler
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
1717

1818
<Configuration name="Command Framework Tests" status="INFO" strict="true">
1919
<Appenders>
20-
<Console name="Console Appender">
20+
<Console name="Console Appender" follow="true">
2121
<PatternLayout>
2222
<Pattern><![CDATA[%highlight{%d <%-5p> <%-35.35t> <%x> <%X> <%50.50c> %m}{TRACE = magenta}%n]]></Pattern>
2323
</PatternLayout>

0 commit comments

Comments
 (0)