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

Annotation of /yoda/YodaLog.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3.0 - (hide annotations) (download)
Fri Mar 4 15:54:11 2005 UTC (19 years, 9 months ago) by kusanagi
Branch: MAIN
Changes since 2.0: +0 -0 lines
Error proof version.
Implemented all detectors packets plus all the main telemetries packets.
Missing all the Init and Alarm packets.
Disabled CRC control on VarDump, ArrDump, TabDump for CPU debugging needs
(the data formats seems correct even if CRC get wrong)

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

  ViewVC Help
Powered by ViewVC 1.1.23