/[PAMELA software]/yoda/YodaLog.conf
ViewVC logotype

Contents of /yoda/YodaLog.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.0 - (show annotations) (download)
Sun Mar 6 04:33:01 2005 UTC (19 years, 8 months ago) by kusanagi
Branch: MAIN
CVS Tags: yodaPreTermistors2_1/00, YODA4_1/00, YODA4_0/04, YODA4_0/03, YODA4_0/02, YODA4_0/01, YODA4_3/02, YODA4_3/00, YODA4_3/01, YODA4_2/01, YODA4_2/00, YODA4_2/03, yodaPreTermistores2_0/00
Branch point for: PreThermistores2
Changes since 3.0: +0 -0 lines
Stable version 4.0 - 6 March 2005 - Maurizio Nagni

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

  ViewVC Help
Powered by ViewVC 1.1.23