diff options
author | Dominik Stadler <centic@apache.org> | 2023-08-07 15:17:10 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2023-08-07 15:17:10 +0000 |
commit | 738d533a83669b1335cbd9a069c3491bc05aae1f (patch) | |
tree | aa29f8ab28d051c5040454b3b663a037b5d48475 /poi-integration/src/test | |
parent | 5efa428ca0cbf421fa394c53b600d9f242d69e0f (diff) | |
download | poi-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.xml | 2 |
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> |