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

Contents of /yoda/YodaLog.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5.0 - (show annotations) (download)
Mon Aug 29 09:45:00 2005 UTC (19 years, 3 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA5_0/00, YODA5_0/01, YODA5_0/02
Changes since 4.4: +0 -0 lines
Starting form this version:
1) includes are defined with relative (not absolute) path respect to the YODA aplication
2) RegistryEvent class is foreseen to contain post-unpack data.

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