Author: centic
Date: Mon Aug  7 15:17:10 2023
New Revision: 1911516

URL: http://svn.apache.org/viewvc?rev=1911516&view=rev
Log:
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.

Modified:
    poi/trunk/poi-integration/src/test/resources/log4j2-test.xml

Modified: poi/trunk/poi-integration/src/test/resources/log4j2-test.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-integration/src/test/resources/log4j2-test.xml?rev=1911516&r1=1911515&r2=1911516&view=diff
==============================================================================
--- poi/trunk/poi-integration/src/test/resources/log4j2-test.xml (original)
+++ poi/trunk/poi-integration/src/test/resources/log4j2-test.xml Mon Aug  7 
15:17:10 2023
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to