Implemented additional service methods as part of #466. Ported Pager interface and...
[cdmlib.git] / cdmlib-services / src / test / resources / log4j.properties
index 77f2cc38892b938552c6b0638b306e35c5aba786..74bff73cbdd1f377414ecdd64edb0eb9df63a3f9 100644 (file)
@@ -23,24 +23,31 @@ log4j.rootLogger=warn, stdout, file
 
 log4j.logger.eu.etaxonomy.cdm = info
 log4j.logger.eu.etaxonomy.cdm.database.init = warn
+#
 log4j.logger.eu.etaxonomy.cdm.model.common.init = warn
+#
+log4j.logger.eu.etaxonomy.cdm.test.integration = info
 log4j.logger.eu.etaxonomy.cdm.api.application = warn
-log4j.logger.eu.etaxonomy.cdm.database.VocabularyStoreImpl = warn
+log4j.logger.eu.etaxonomy.cdm.api.service = info
+#log4j.logger.eu.etaxonomy.cdm.database.VocabularyStoreImpl = warn
+#
+log4j.logger.eu.etaxonomy.cdm.database = warn
+log4j.logger.eu.etaxonomy.cdm.persistence.dao.hibernate.common = warn
                
 
 
        ### *** SPRING ************ ###
-log4j.logger.org.springframework.transaction = info
-log4j.logger.org.hibernate.engine.LoadContexts = info
-log4j.logger.org.springframework.orm.hibernate3.SessionFactoryUtils = info
-log4j.logger.org.springframework.orm.hibernate3 = info
+log4j.logger.org.springframework.transaction = warn
+log4j.logger.org.hibernate.engine.LoadContexts = warn
+log4j.logger.org.springframework.orm.hibernate3.SessionFactoryUtils = warn
+log4j.logger.org.springframework.orm.hibernate3 = warn
 log4j.logger.org.springframework.FileSystemXmlApplicationContext = warn;
-log4j.logger.org.springframework.core.io.support = info
+log4j.logger.org.springframework.core.io.support = warn
 
 
        ### ***HIBERNATE ************ ###
 
-log4j.logger.org.hibernate=info
+log4j.logger.org.hibernate=warn
 
 ### No warnings as thrown by SQLServer
 ###log4j.logger.org.hibernate.cfg = warn
@@ -62,6 +69,7 @@ log4j.logger.org.hibernate.tool.hbm2ddl=warn
 
 ### log HQL parse trees
 log4j.logger.org.hibernate.hql=debug
+log4j.logger.org.hibernate.hql.ast=warn
 
 ### log cache activity ###
 #log4j.logger.org.hibernate.cache=debug
@@ -75,3 +83,16 @@ log4j.logger.org.hibernate.jdbc=info
 ### enable the following line if you want to track down connection ###
 ### leakages when using DriverManagerConnectionProvider ###
 #log4j.logger.org.hibernate.connection.DriverManagerConnectionProvider=trace
+
+
+   ### *** Profiling Logger ************ ###
+   
+#log4j.logger.org.springframework.aop.interceptor.PerformanceMonitorInterceptor=TRACE, profiling
+### Profiling output
+#log4j.appender.profiling=org.apache.log4j.RollingFileAppender
+#log4j.appender.profiling.File=profiling.log
+#log4j.appender.profiling.MaxFileSize=1024KB
+#log4j.appender.profiling.MaxBackupIndex=1
+#log4j.appender.profiling.layout=org.apache.log4j.PatternLayout
+#log4j.appender.profiling.layout.conversionPattern=%d,%p,%m%n
+