root/tags/Shoola_3.0_M3/config/log4j.config
| Revision 3601, 1.4 kB (checked in by jburel, 2 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | ##################### Shoola Log Service Configuration File #################### |
| 2 | |
| 3 | |
| 4 | ################################################################################ |
| 5 | # START OF BASE CONFIGURATION |
| 6 | # |
| 7 | # |
| 8 | |
| 9 | # Define the base appender. Don't edit this. |
| 10 | log4j.appender.BASE = org.apache.log4j.RollingFileAppender |
| 11 | |
| 12 | # The log directory and log file are specified in container.xml and then set by |
| 13 | # the container. This entry is just a placeholder. Don't edit this. |
| 14 | log4j.appender.BASE.File = DEFINED_BY_CONTAINER |
| 15 | |
| 16 | # Maximum size that the output file is allowed to reach before being rolled over |
| 17 | # to backup files. |
| 18 | log4j.appender.BASE.MaxFileSize = 100KB |
| 19 | |
| 20 | # Maximum number of backup files to keep around. |
| 21 | log4j.appender.BASE.MaxBackupIndex = 100 |
| 22 | |
| 23 | # Define the output layout of the base appender. |
| 24 | log4j.appender.BASE.layout = org.apache.log4j.PatternLayout |
| 25 | log4j.appender.BASE.layout.ConversionPattern = \ |
| 26 | %r ms since start (%d) ** %p **%n \ |
| 27 | [thread: %t][class: %c] -%n \ |
| 28 | %m%n%n |
| 29 | |
| 30 | # Set the the root logger level and appender. Don't edit this. |
| 31 | log4j.rootLogger = debug, BASE |
| 32 | |
| 33 | # |
| 34 | # END OF BASE CONFIGURATION |
| 35 | # |
| 36 | ################################################################################ |
| 37 | |
| 38 | |
| 39 | # Print only messages of level WARN or above coming from the HTTP libs. |
| 40 | log4j.logger.org.apache = WARN |
| 41 | log4j.logger.ome.client = WARN |
| 42 | log4j.logger.org.springframework = WARN |
| 43 | log4j.logger.org.jboss = WARN |
| 44 | log4j.logger.ome.system = WARN |
| 45 |
Note: See TracBrowser
for help on using the browser.
