Author: sebb Date: Wed Jan 7 12:35:08 2009 New Revision: 732472 URL: http://svn.apache.org/viewvc?rev=732472&view=rev Log: SCXML-91 - eliminate non-essential logging output
Modified: commons/proper/scxml/trunk/pom.xml Modified: commons/proper/scxml/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=732472&r1=732471&r2=732472&view=diff ============================================================================== --- commons/proper/scxml/trunk/pom.xml (original) +++ commons/proper/scxml/trunk/pom.xml Wed Jan 7 12:35:08 2009 @@ -237,14 +237,14 @@ <include>org/apache/commons/scxml/test/TestingTestSuite.java</include> </includes> <systemProperties> - <!-- Reduce logging output --> + <!-- Suppress most logging output --> <property> <name>org.apache.commons.logging.Log</name> <value>org.apache.commons.logging.impl.SimpleLog</value> </property> <property> <name>org.apache.commons.logging.simplelog.defaultlog</name> - <value>warn</value> + <value>fatal</value> </property> </systemProperties> </configuration>