소스 검색

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
tags/REL_5_2_4
Dominik Stadler 10 달 전
부모
커밋
738d533a83
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      poi-integration/src/test/resources/log4j2-test.xml

+ 1
- 1
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>

Loading…
취소
저장