Author: norman
Date: Tue Jan 12 19:58:11 2010
New Revision: 898489
URL: http://svn.apache.org/viewvc?rev=898489&view=rev
Log:
disable showSql by default..
Modified:
james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
Modified:
james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml?rev=898489&r1=898488&r2=898489&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
(original)
+++ james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
Tue Jan 12 19:58:11 2010
@@ -368,7 +368,8 @@
<bean id="vendorAdapter"
class="org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter">
<property name="database" value="DERBY"/>
- <property name="showSql" value="true"/>
+ <!-- set this to true for debugging purposes -->
+ <property name="showSql" value="false"/>
</bean>
<!--
####################################################################
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]