[hibernate-commits] Hibernate SVN: r18437 - core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/resources.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Jan 7 14:36:37 EST 2010


Author: stliu
Date: 2010-01-07 14:36:36 -0500 (Thu, 07 Jan 2010)
New Revision: 18437

Modified:
   core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/resources/hibernate.properties
   core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/resources/log4j.properties
Log:
JBPAPP-3360 enable show_sql property and update log4j.properties to show some more useful log

Modified: core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/resources/hibernate.properties
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/resources/hibernate.properties	2010-01-07 17:58:37 UTC (rev 18436)
+++ core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/resources/hibernate.properties	2010-01-07 19:36:36 UTC (rev 18437)
@@ -24,6 +24,8 @@
 
 hibernate.format_sql true
 
+hibernate.show_sql true
+
 hibernate.max_fetch_depth 5
 
 hibernate.cache.region_prefix hibernate.test

Modified: core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/resources/log4j.properties
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/resources/log4j.properties	2010-01-07 17:58:37 UTC (rev 18436)
+++ core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/resources/log4j.properties	2010-01-07 19:36:36 UTC (rev 18437)
@@ -7,4 +7,8 @@
 log4j.rootLogger=info, stdout
 
 log4j.logger.org.hibernate.test=info
-log4j.logger.org.hibernate.tool.hbm2ddl=debug
\ No newline at end of file
+log4j.logger.org.hibernate.tool.hbm2ddl=debug
+log4j.logger.org.hibernate.hql.ast.QueryTranslatorImpl=trace
+log4j.logger.org.hibernate.hql.ast.HqlSqlWalker=trace
+log4j.logger.org.hibernate.hql.ast.SqlGenerator=trace
+log4j.logger.org.hibernate.hql.ast.AST=trace
\ No newline at end of file



More information about the hibernate-commits mailing list