This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch new-mailreader in repository https://gitbox.apache.org/repos/asf/struts-examples.git
commit cab27e0431c9ff0ddd67c4b6bc36bf8a603632c4 Author: Lukasz Lenart <[email protected]> AuthorDate: Sat Dec 14 07:12:26 2019 +0100 Reduces noise in the logs --- mailreader2/src/main/resources/log4j2.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mailreader2/src/main/resources/log4j2.xml b/mailreader2/src/main/resources/log4j2.xml index 913b299..092d5f6 100644 --- a/mailreader2/src/main/resources/log4j2.xml +++ b/mailreader2/src/main/resources/log4j2.xml @@ -8,8 +8,7 @@ <Loggers> <Logger name="com.opensymphony.xwork2" level="info"/> <Logger name="org.apache.struts2" level="info"/> - <Logger name="org.springframework" level="info"/> - <Root level="info"> + <Root level="warn"> <AppenderRef ref="STDOUT"/> </Root> </Loggers>
