Author: echatellier Date: 2014-08-12 18:07:27 +0200 (Tue, 12 Aug 2014) New Revision: 529 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/529 Log: Move root log level to error Modified: trunk/faxtomail-ui-swing/src/main/resources/log4j2.xml trunk/faxtomail-ui-web/src/main/resources/log4j2.xml Modified: trunk/faxtomail-ui-swing/src/main/resources/log4j2.xml =================================================================== --- trunk/faxtomail-ui-swing/src/main/resources/log4j2.xml 2014-08-12 15:59:54 UTC (rev 528) +++ trunk/faxtomail-ui-swing/src/main/resources/log4j2.xml 2014-08-12 16:07:27 UTC (rev 529) @@ -23,7 +23,7 @@ <Logger name="com.franciaflex.faxtomail" level="info"/> <!-- <Logger name="com.franciaflex.faxtomail.services" level="debug"/> --> - <Root level="warn"> + <Root level="error"> <AppenderRef ref="Console" /> <AppenderRef ref="File" /> </Root> Modified: trunk/faxtomail-ui-web/src/main/resources/log4j2.xml =================================================================== --- trunk/faxtomail-ui-web/src/main/resources/log4j2.xml 2014-08-12 15:59:54 UTC (rev 528) +++ trunk/faxtomail-ui-web/src/main/resources/log4j2.xml 2014-08-12 16:07:27 UTC (rev 529) @@ -27,7 +27,7 @@ <Logger name="com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler" level="FATAL"/> <Logger name="com.opensymphony.xwork2.ognl.OgnlValueStack" level="ERROR"/> - <Root level="warn"> + <Root level="error"> <AppenderRef ref="Console" /> <!-- AppenderRef ref="File" /--> </Root>