- Timestamp:
- 06/05/07 11:23:06 (18 months ago)
- Files:
-
- 1 modified
-
trunk/etc/log4j.properties (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/etc/log4j.properties
r1570 r1590 22 22 log4j.category.omero = info 23 23 log4j.category.OMERO = info 24 24 25 # OmeroContext could be a bit quieter 25 26 log4j.category.ome.system.OmeroContext = warn 27 26 28 # our Adapters can be a bit verbose 27 29 log4j.category.ome.adapters=error 30 31 # processor on wake up 32 log4j.category.ome.services.procs.ProcessManager = debug 33 34 # quieting blitz startup. 35 log4j.category.ome.services.blitz.util.ShutdownSafeEhcacheManagerFactoryBean = warn 36 log4j.category.net.sf.ehcache = error 28 37 29 38 # … … 37 46 log4j.category.org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor=trace 38 47 39 # Quieting blitz startup.40 log4j.category.o me.services.blitz.util.ShutdownSafeEhcacheManagerFactoryBean = warn41 log4j.category. net.sf.ehcache= error48 # this would get rid of the JBoss/Postgres stack trace if this file were used 49 log4j.category.org.jboss.resource.connectionmanager.JBossManagedConnectionPool = error 50 log4j.category.org.hibernate.util.JDBCExceptionReporter = error 42 51 52
