|
Revision 1, 0.8 kB
(checked in by amandel, 6 years ago)
|
|
Tags dir
|
| Line | |
|---|
| 1 | |
|---|
| 2 | handlers = java.util.logging.FileHandler |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | java.util.logging.FileHandler.pattern = ./fawkez.log.%g |
|---|
| 6 | java.util.logging.FileHandler.level = ALL |
|---|
| 7 | java.util.logging.FileHandler.limit = 50000000 |
|---|
| 8 | java.util.logging.FileHandler.count = 4 |
|---|
| 9 | java.util.logging.FileHandler.formatter = org.jcoderz.commons.LogFormatter |
|---|
| 10 | |
|---|
| 11 | .level = INFO |
|---|
| 12 | org.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 |
|---|