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

Annotation of /yoda/techmodel/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
CVS Tags: BranchRev050129_2
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=DEBUG, rootAppender
7     log4j.category.sub1=INFO
8     log4j.category.sub2=DEBUG
9    
10     log4j.appender.rootAppender=org.apache.log4j.ConsoleAppender
11     log4j.appender.rootAppender.layout=org.apache.log4j.BasicLayout
12    
13     log4j.appender.sub1=org.apache.log4j.FileAppender
14     log4j.appender.sub1.fileName=YodaOut.log
15     log4j.appender.sub1.layout=org.apache.log4j.SimpleLayout
16    
17     #
18     # Uncommenting the following enables the debug output of the specified
19     # package. Additionally, you may enable the output for every class in
20     # the same manner:
21     # log4j.category.pamela.pamela.raw.tracker.TrackerReader=DEBUG
22     # enables debugging output just of this class.
23     #
24     #log4j.category.pamela.raw=DEBUG
25     #log4j.category.pamela.cern=DEBUG
26     #log4j.category.pamela.tracker=DEBUG
27     #log4j.category.pamela.calorimeter=DEBUG
28    
29     #
30     # Alternatively, one may enable the following lines and get the complete
31     # debugging output into the logfile Yoda.log.
32     #
33     #log4j.rootCategory=DEBUG,file
34     #log4j.appender.file.layout=org.apache.log4j.PatternLayout
35     #log4j.appender.file.layout.ConversionPattern=%d %p %c %m%n
36     #log4j.appender.file=org.apache.log4j.FileAppender
37     #log4j.appender.file.fileName=Yoda.log

  ViewVC Help
Powered by ViewVC 1.1.23