Implemented additional service methods as part of #466. Ported Pager interface and...
[cdmlib.git] / cdmlib-services / src / test / resources / log4j.properties
index 979d1dd694462b7886d5ac412a843ae8dff13d72..74bff73cbdd1f377414ecdd64edb0eb9df63a3f9 100644 (file)
@@ -17,22 +17,32 @@ log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n
 
 ### set log levels - for more verbose logging change 'info' to 'debug' ###
 
-log4j.rootLogger=warn, stdout
+log4j.rootLogger=warn, stdout, file
 
        ### *** CDM *** ###
 
 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.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 ************ ###
@@ -40,7 +50,7 @@ log4j.logger.org.springframework.core.io.support = info
 log4j.logger.org.hibernate=warn
 
 ### No warnings as thrown by SQLServer
-log4j.logger.org.hibernate.cfg = warn
+###log4j.logger.org.hibernate.cfg = warn
 
 ### No warnings as thrown by SQLServer
 log4j.logger.org.hibernate.util.JDBCExceptionReporter = error
@@ -58,7 +68,8 @@ log4j.logger.org.hibernate.type=warn
 log4j.logger.org.hibernate.tool.hbm2ddl=warn
 
 ### log HQL parse trees
-#log4j.logger.org.hibernate.hql=debug
+log4j.logger.org.hibernate.hql=debug
+log4j.logger.org.hibernate.hql.ast=warn
 
 ### log cache activity ###
 #log4j.logger.org.hibernate.cache=debug
@@ -72,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
+