root/branches/omero/log4j.properties
| Revision 153, 0.7 kB (checked in by jmoore, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | log4j.rootCategory=warn, stdout |
| 2 | |
| 3 | log4j.appender.stdout=org.apache.log4j.ConsoleAppender |
| 4 | #log4j.appender.stdout.layout.ConversionPattern=%r [%t] %-5p\: %-15c{2} - %m%n |
| 5 | #log4j.appender.stdout.layout=org.apache.log4j.PatternLayout |
| 6 | log4j.appender.stdout.layout=org.apache.log4j.TTCCLayout |
| 7 | |
| 8 | log4j.category.org.openmicroscopy=info |
| 9 | log4j.category.org.openmicroscopy.omero.shoolaadapter=error |
| 10 | |
| 11 | ######################################### |
| 12 | # Settings that don't need to be change |
| 13 | # ------------------------------------- |
| 14 | # These are in someway configurable |
| 15 | # elsewhere and therefore can remain |
| 16 | # unchanged. |
| 17 | # |
| 18 | ######################################### |
| 19 | log4j.category.org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor=trace |
Note: See TracBrowser
for help on using the browser.
