[hibernate-commits] Hibernate SVN: r11267 - branches/Branch_3_2/HibernateExt/search/src/test.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Mar 9 12:09:19 EST 2007


Author: epbernard
Date: 2007-03-09 12:09:19 -0500 (Fri, 09 Mar 2007)
New Revision: 11267

Modified:
   branches/Branch_3_2/HibernateExt/search/src/test/hibernate.properties
   branches/Branch_3_2/HibernateExt/search/src/test/log4j.properties
Log:
minor

Modified: branches/Branch_3_2/HibernateExt/search/src/test/hibernate.properties
===================================================================
--- branches/Branch_3_2/HibernateExt/search/src/test/hibernate.properties	2007-03-09 17:08:56 UTC (rev 11266)
+++ branches/Branch_3_2/HibernateExt/search/src/test/hibernate.properties	2007-03-09 17:09:19 UTC (rev 11267)
@@ -32,9 +32,9 @@
 hibernate.connection.driver_class org.hsqldb.jdbcDriver
 hibernate.connection.username sa
 hibernate.connection.password
-hibernate.connection.url jdbc:hsqldb:hsql://localhost
-hibernate.connection.url jdbc:hsqldb:test
-hibernate.connection.url jdbc:hsqldb:.
+#hibernate.connection.url jdbc:hsqldb:hsql://localhost
+#hibernate.connection.url jdbc:hsqldb:test
+hibernate.connection.url jdbc:hsqldb:mem:common
 
 
 ## MySQL

Modified: branches/Branch_3_2/HibernateExt/search/src/test/log4j.properties
===================================================================
--- branches/Branch_3_2/HibernateExt/search/src/test/log4j.properties	2007-03-09 17:08:56 UTC (rev 11266)
+++ branches/Branch_3_2/HibernateExt/search/src/test/log4j.properties	2007-03-09 17:09:19 UTC (rev 11267)
@@ -13,10 +13,14 @@
 ### set log levels - for more verbose logging change 'info' to 'debug' ###
 
 log4j.rootLogger=warn, stdout
+log4j.logger.org.jboss=info
+#log4j.logger.com.jboss=debug
 
 log4j.logger.org.hibernate=info
 
+log4j.logger.org.hibernate.search=debug
 
+
 ### log just the SQL
 log4j.logger.org.hibernate.SQL=debug
 
@@ -26,7 +30,7 @@
 #log4j.logger.org.hibernate.type=debug
 
 ### log schema export/update ###
-log4j.logger.org.hibernate.tool.hbm2ddl=debug
+log4j.logger.org.hibernate.tool.hbm2ddl=warn
 
 ### log cache activity ###
 #log4j.logger.org.hibernate.cache=debug




More information about the hibernate-commits mailing list