• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 1590 for trunk/etc

Show
Ignore:
Timestamp:
06/05/07 11:23:06 (18 months ago)
Author:
jmoore
Message:

Cleaning up etc/log4j.properties

Files:
1 modified

  • trunk/etc/log4j.properties (modified) (2 diffs)

Legend:

Unmodified
Added
Removed
  • trunk/etc/log4j.properties

    r1570 r1590  
    2222log4j.category.omero = info 
    2323log4j.category.OMERO = info 
     24 
    2425# OmeroContext could be a bit quieter 
    2526log4j.category.ome.system.OmeroContext = warn 
     27 
    2628# our Adapters can be a bit verbose 
    2729log4j.category.ome.adapters=error 
     30 
     31# processor on wake up 
     32log4j.category.ome.services.procs.ProcessManager = debug 
     33 
     34# quieting blitz startup. 
     35log4j.category.ome.services.blitz.util.ShutdownSafeEhcacheManagerFactoryBean = warn 
     36log4j.category.net.sf.ehcache = error 
    2837 
    2938# 
    … …  
    3746log4j.category.org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor=trace 
    3847 
    39 # Quieting blitz startup. 
    40 log4j.category.ome.services.blitz.util.ShutdownSafeEhcacheManagerFactoryBean = warn 
    41 log4j.category.net.sf.ehcache = error 
     48# this would get rid of the JBoss/Postgres stack trace if this file were used 
     49log4j.category.org.jboss.resource.connectionmanager.JBossManagedConnectionPool = error 
     50log4j.category.org.hibernate.util.JDBCExceptionReporter = error 
    4251 
     52 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/