[hibernate-commits] Hibernate SVN: r18781 - annotations/branches/v3_4_0_GA_CP/src/test/resources.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Feb 11 10:16:39 EST 2010


Author: stliu
Date: 2010-02-11 10:16:38 -0500 (Thu, 11 Feb 2010)
New Revision: 18781

Modified:
   annotations/branches/v3_4_0_GA_CP/src/test/resources/log4j.properties
Log:
no code change, enable the type and sql package log output

Modified: annotations/branches/v3_4_0_GA_CP/src/test/resources/log4j.properties
===================================================================
--- annotations/branches/v3_4_0_GA_CP/src/test/resources/log4j.properties	2010-02-11 14:49:24 UTC (rev 18780)
+++ annotations/branches/v3_4_0_GA_CP/src/test/resources/log4j.properties	2010-02-11 15:16:38 UTC (rev 18781)
@@ -28,3 +28,6 @@
 log4j.logger.org.hibernate.hql.ast.HqlSqlWalker=trace
 log4j.logger.org.hibernate.hql.ast.SqlGenerator=trace
 log4j.logger.org.hibernate.hql.ast.AST=trace
+
+log4j.logger.org.hibernate.SQL=debug
+log4j.logger.org.hibernate.type=trace



More information about the hibernate-commits mailing list