[elvystrac] r2236 - hibernate sql logging banned on production/integration server

  • From: elvys@xxxxxxxxxxxxxxxxxxxxxx
  • To: elvystrac@xxxxxxxxxxxxx
  • Date: Thu, 22 Apr 2010 18:34:27 +0200

Author: DavidK
Date: 2010-04-22 18:34:27 +0200 (Thu, 22 Apr 2010)
New Revision: 2236

Modified:
   trunk/server/elvysCommons/src/hibernate_integration.cfg.xml
   trunk/server/elvysCommons/src/hibernate_production.cfg.xml
Log:
hibernate sql logging banned on production/integration server

Modified: trunk/server/elvysCommons/src/hibernate_integration.cfg.xml
===================================================================
--- trunk/server/elvysCommons/src/hibernate_integration.cfg.xml 2010-04-11 
16:56:43 UTC (rev 2235)
+++ trunk/server/elvysCommons/src/hibernate_integration.cfg.xml 2010-04-22 
16:34:27 UTC (rev 2236)
@@ -32,7 +32,7 @@
         -->
         <property name="current_session_context_class">thread</property>
         <!-- this will show us all sql statements -->
-        <property name="hibernate.show_sql">true</property>
+        <property name="hibernate.show_sql">false</property>
 
 
                <!-- c3p0 -->

Modified: trunk/server/elvysCommons/src/hibernate_production.cfg.xml
===================================================================
--- trunk/server/elvysCommons/src/hibernate_production.cfg.xml  2010-04-11 
16:56:43 UTC (rev 2235)
+++ trunk/server/elvysCommons/src/hibernate_production.cfg.xml  2010-04-22 
16:34:27 UTC (rev 2236)
@@ -32,7 +32,7 @@
         -->
         <property name="current_session_context_class">thread</property>
         <!-- this will show us all sql statements -->
-        <property name="hibernate.show_sql">true</property>
+        <property name="hibernate.show_sql">false</property>
 
 
                <!-- c3p0 -->


Other related posts:

  • » [elvystrac] r2236 - hibernate sql logging banned on production/integration server - elvys