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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Jan 7 14:53:40 EST 2010


Author: stliu
Date: 2010-01-07 14:53:40 -0500 (Thu, 07 Jan 2010)
New Revision: 18440

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

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-01-07 19:52:59 UTC (rev 18439)
+++ annotations/branches/v3_4_0_GA_CP/src/test/resources/log4j.properties	2010-01-07 19:53:40 UTC (rev 18440)
@@ -1,3 +1,19 @@
+################################################################################
+# Copyright (c) 2007, Red Hat Middleware, LLC. All rights reserved.            #
+#                                                                              #
+# This copyrighted material is made available to anyone wishing to use, modify,#
+# copy, or redistribute it subject to the terms and conditions of the GNU      #
+# Lesser General Public License, v. 2.1. This program is distributed in the    #
+# hope that it will be useful, but WITHOUT A WARRANTY; without even the implied#
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #
+# Lesser General Public License for more details. You should have received a   #
+# copy of the GNU Lesser General Public License, v.2.1 along with this         #
+# distribution; if not, write to the Free Software Foundation, Inc.,           #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.                 #
+#                                                                              #
+# Red Hat Author(s): Steve Ebersole                                            #
+################################################################################
+
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.Target=System.out
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
@@ -11,4 +27,4 @@
 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
+log4j.logger.org.hibernate.hql.ast.AST=trace



More information about the hibernate-commits mailing list