1 |
kusanagi |
1.1 |
# |
2 |
|
|
# The following four lines enable logging output of all info, warning |
3 |
|
|
# and error messages to stdout. You may additionally enable debug messages |
4 |
|
|
# for your own packages or classes below. |
5 |
|
|
# |
6 |
|
|
log4j.rootCategory=INFO, stdout |
7 |
|
|
log4j.appender.stdout=org.apache.log4j.ConsoleAppender |
8 |
|
|
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout |
9 |
|
|
log4j.appender.stdout.layout.ConversionPattern=%d %p %c %m%n |
10 |
|
|
|
11 |
|
|
# |
12 |
|
|
# Uncommenting the following enables the debug output of the specified |
13 |
|
|
# package. Additionally, you may enable the output for every class in |
14 |
|
|
# the same manner: |
15 |
|
|
# log4j.category.pamela.pamela.raw.tracker.TrackerReader=DEBUG |
16 |
|
|
# enables debugging output just of this class. |
17 |
|
|
# |
18 |
|
|
log4j.category.pamela.raw=DEBUG |
19 |
|
|
log4j.category.pamela.cern=DEBUG |
20 |
|
|
log4j.category.pamela.tracker=DEBUG |
21 |
|
|
log4j.category.pamela.calorimeter=DEBUG |
22 |
|
|
|
23 |
|
|
# |
24 |
|
|
# Alternatively, one may enable the following lines and get the complete |
25 |
|
|
# debugging output into the logfile Yoda.log. |
26 |
|
|
# |
27 |
|
|
#log4j.rootCategory=DEBUG,file |
28 |
|
|
#log4j.appender.file.layout=org.apache.log4j.PatternLayout |
29 |
|
|
#log4j.appender.file.layout.ConversionPattern=%d %p %c %m%n |
30 |
|
|
#log4j.appender.file=org.apache.log4j.FileAppender |
31 |
|
|
#log4j.appender.file.fileName=Yoda.log |