Author: thomas.diesler(a)jboss.com
Date: 2009-02-18 12:18:53 -0500 (Wed, 18 Feb 2009)
New Revision: 3929
Modified:
jbpm3/trunk/modules/core/src/test/resources/log4j.xml
Log:
[JBPM-2043] Add jBPM performance test coverage
Modified: jbpm3/trunk/modules/core/src/test/resources/log4j.xml
===================================================================
--- jbpm3/trunk/modules/core/src/test/resources/log4j.xml 2009-02-18 16:44:48 UTC (rev
3928)
+++ jbpm3/trunk/modules/core/src/test/resources/log4j.xml 2009-02-18 17:18:53 UTC (rev
3929)
@@ -47,10 +47,11 @@
<priority value="ERROR" />
</category>
- <!-- show SQL DML statements as they are executed -->
+ <!-- show SQL DML statements as they are executed
<category name="org.hibernate.SQL">
<priority value="DEBUG" />
</category>
+ -->
<!-- show JDBC parameters
<category name="org.hibernate.type">