Skip to content

Commit fdbc8a8

Browse files
committed
CI: Suppress warnings from log4j test config and recursive usage
DefaultGroupProviderTest (and other group provider tests) log "ERROR Recursive call to appender file" during the test execution.
1 parent a96a2f9 commit fdbc8a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xmppserver/src/test/resources/log4j2-test-mvn.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- log4j2 config file used when running under Maven -->
3-
<Configuration>
3+
<Configuration status="OFF">
44
<Appenders>
55
<File name="file" fileName="target/surefire-reports/test.log">
66
<PatternLayout>

0 commit comments

Comments
 (0)