[hibernate-commits] Hibernate SVN: r14226 - core/trunk/cache-jbosscache2/src/test/resources.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Dec 7 12:01:04 EST 2007


Author: steve.ebersole at jboss.com
Date: 2007-12-07 12:01:04 -0500 (Fri, 07 Dec 2007)
New Revision: 14226

Modified:
   core/trunk/cache-jbosscache2/src/test/resources/log4j.properties
Log:
by default, lets be a little less verbose for the tests

Modified: core/trunk/cache-jbosscache2/src/test/resources/log4j.properties
===================================================================
--- core/trunk/cache-jbosscache2/src/test/resources/log4j.properties	2007-12-07 16:34:15 UTC (rev 14225)
+++ core/trunk/cache-jbosscache2/src/test/resources/log4j.properties	2007-12-07 17:01:04 UTC (rev 14226)
@@ -1,3 +1,26 @@
+################################################################################
+# Hibernate, Relational Persistence for Idiomatic Java                         #
+#                                                                              #
+# Copyright (c) 2007, Red Hat Middleware LLC or third-party contributors as    #
+# indicated by the @author tags or express copyright attribution               #
+# statements applied by the authors.  All third-party contributions are        #
+# distributed under license by Red Hat Middleware LLC.                         #
+#                                                                              #
+# 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, as published by the Free Software Foundation. #
+#                                                                              #
+# This program is distributed in the hope that it will be useful,              #
+# but WITHOUT ANY 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     #
+# along with this distribution; if not, write to:                              #
+# Free Software Foundation, Inc.                                               #
+# 51 Franklin Street, Fifth Floor                                              #
+# Boston, MA  02110-1301  USA                                                  #
+################################################################################
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.Target=System.out
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
@@ -4,6 +27,6 @@
 log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n
 
 
-log4j.rootLogger=info, stdout
+log4j.rootLogger=warn, stdout
 
-log4j.logger.org.hibernate.test=info
\ No newline at end of file
+log4j.logger.org.hibernate.test=info




More information about the hibernate-commits mailing list