You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2006/01/19 22:33:37 UTC

svn commit: r370642 - /db/jdo/trunk/tck20/test/conf/derby.properties

Author: mbo
Date: Thu Jan 19 13:33:32 2006
New Revision: 370642

URL: http://svn.apache.org/viewcvs?rev=370642&view=rev
Log:
Comment out setting of the property derby.language.logStatementText which controls logging of sql statements

Modified:
    db/jdo/trunk/tck20/test/conf/derby.properties

Modified: db/jdo/trunk/tck20/test/conf/derby.properties
URL: http://svn.apache.org/viewcvs/db/jdo/trunk/tck20/test/conf/derby.properties?rev=370642&r1=370641&r2=370642&view=diff
==============================================================================
--- db/jdo/trunk/tck20/test/conf/derby.properties (original)
+++ db/jdo/trunk/tck20/test/conf/derby.properties Thu Jan 19 13:33:32 2006
@@ -11,7 +11,7 @@
 #execution. It also writes information about commits and rollbacks. 
 #Information includes the time and thread number.
 #Default: false
-derby.language.logStatementText=true
+#derby.language.logStatementText=true
 
 #Specifies name of the file to which the error log is written. 
 #If the file name is relative, it is taken as relative to the system directory.