root/trunk/src/etc/fawkez-logging.properties

Revision 1, 0.8 kB (checked in by amandel, 6 years ago)

Tags dir

Line 
1
2handlers = java.util.logging.FileHandler
3
4
5java.util.logging.FileHandler.pattern = ./fawkez.log.%g
6java.util.logging.FileHandler.level = ALL
7java.util.logging.FileHandler.limit = 50000000
8java.util.logging.FileHandler.count = 4
9java.util.logging.FileHandler.formatter = org.jcoderz.commons.LogFormatter
10
11.level = INFO
12org.jcoderz.commons.level = FINEST
13
14# For enabling the JmsHandler in Bea Weblogic environments, uncomment the following
15# and put a weblogic-application.xml into the ear file containing the LogExtender
16# as listener class.
17#org.jcoderz.commons.logging.bea.LogExtender.handlers = org.jcoderz.commons.logging.JmsHandler
18
19# Set the root loggers for those, which should be extended with the additional Handler.
20#org.jcoderz.commons.logging.bea.LogExtender.rootloggers = org.jcoderz
Note: See TracBrowser for help on using the browser.