[hibernate-commits] Hibernate SVN: r15431 - core/branches/Branch_3_2/etc.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Oct 29 01:43:25 EDT 2008


Author: gbadner
Date: 2008-10-29 01:43:25 -0400 (Wed, 29 Oct 2008)
New Revision: 15431

Modified:
   core/branches/Branch_3_2/etc/log4j.properties
Log:
HHH-2412 : Restore log4j.properties changed inadvertantly in the previous checkin


Modified: core/branches/Branch_3_2/etc/log4j.properties
===================================================================
--- core/branches/Branch_3_2/etc/log4j.properties	2008-10-29 05:38:54 UTC (rev 15430)
+++ core/branches/Branch_3_2/etc/log4j.properties	2008-10-29 05:43:25 UTC (rev 15431)
@@ -21,11 +21,11 @@
 #log4j.logger.org.hibernate.hql.ast.AST=debug
 
 ### log just the SQL
-log4j.logger.org.hibernate.SQL=debug
+#log4j.logger.org.hibernate.SQL=debug
 
 ### log JDBC bind parameters ###
-#log4j.logger.org.hibernate.type=info
-log4j.logger.org.hibernate.type=debug
+log4j.logger.org.hibernate.type=info
+#log4j.logger.org.hibernate.type=debug
 
 ### log schema export/update ###
 log4j.logger.org.hibernate.tool.hbm2ddl=debug




More information about the hibernate-commits mailing list