Author: kwright
Date: Thu Jul 31 12:20:34 2014
New Revision: 1614868

URL: http://svn.apache.org/r1614868
Log:
Output more info into derby logs during derby test run

Modified:
    manifoldcf/branches/CONNECTORS-998/framework/buildfiles/connector-build.xml

Modified: 
manifoldcf/branches/CONNECTORS-998/framework/buildfiles/connector-build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-998/framework/buildfiles/connector-build.xml?rev=1614868&r1=1614867&r2=1614868&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-998/framework/buildfiles/connector-build.xml 
(original)
+++ manifoldcf/branches/CONNECTORS-998/framework/buildfiles/connector-build.xml 
Thu Jul 31 12:20:34 2014
@@ -878,6 +878,8 @@
             <jvmarg 
value="-DauthorityserviceWarPath=${mcf-dist}/web/war/mcf-authority-service.war"/>
             <jvmarg 
value="-DapiWarPath=${mcf-dist}/web/war/mcf-api-service.war"/>
             <jvmarg 
value="-DcombinedWarPath=${mcf-dist}/web/war/mcf-combined-service.war"/>
+            <jvmarg value="-Dderby.language.logStatementText=true"/>
+            <jvmarg value="-Dderby.language.logQueryPlan=true"/>
             <classpath>
                 <fileset dir="${env.JAVA_HOME}/lib">
                     <include name="tools.jar"/>


Reply via email to