aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration/src/test
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2023-08-07 15:17:10 +0000
committerDominik Stadler <centic@apache.org>2023-08-07 15:17:10 +0000
commit738d533a83669b1335cbd9a069c3491bc05aae1f (patch)
treeaa29f8ab28d051c5040454b3b663a037b5d48475 /poi-integration/src/test
parent5efa428ca0cbf421fa394c53b600d9f242d69e0f (diff)
downloadpoi-738d533a83669b1335cbd9a069c3491bc05aae1f.tar.gz
poi-738d533a83669b1335cbd9a069c3491bc05aae1f.zip
Reduce log4j2 level for integration tests to ERROR
Otherwise there is lots of output that is likely rarely useful. This can be changed locally for testing easily whenever necessary. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911516 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration/src/test')
-rw-r--r--poi-integration/src/test/resources/log4j2-test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-integration/src/test/resources/log4j2-test.xml b/poi-integration/src/test/resources/log4j2-test.xml
index 637a19d420..3cbbac8cea 100644
--- a/poi-integration/src/test/resources/log4j2-test.xml
+++ b/poi-integration/src/test/resources/log4j2-test.xml
@@ -39,7 +39,7 @@
<Logger name="org.apache.poi.hslf.record.Record" level="ERROR" />
<!-- Change to DEBUG or another level to get log output -->
- <Root level="DEBUG">
+ <Root level="ERROR">
<AppenderRef ref="Console" />
</Root>
</Loggers>