Author: sebb Date: Wed Jan 7 12:33:05 2009 New Revision: 732471 URL: http://svn.apache.org/viewvc?rev=732471&view=rev Log: SCXML-91 - eliminate non-essential logging output
Modified: commons/proper/scxml/branches/J6/pom.xml Modified: commons/proper/scxml/branches/J6/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/pom.xml?rev=732471&r1=732470&r2=732471&view=diff ============================================================================== --- commons/proper/scxml/branches/J6/pom.xml (original) +++ commons/proper/scxml/branches/J6/pom.xml Wed Jan 7 12:33:05 2009 @@ -234,14 +234,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>