/[webpac]/trunk2/log.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk2/log.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 390 - (show annotations)
Wed Jul 21 16:18:45 2004 UTC (19 years, 8 months ago) by dpavlin
File size: 1047 byte(s)
first cut into making jsFind-based search

1 #
2 # log configuration
3 #
4
5 log4perl.rootLogger=INFO, LOG, SCREEN
6 #log4perl.logger.WebPAC=INFO, LOG
7
8 # you can specify methods from WebPAC here also!
9 #log4perl.logger.main=DEBUG
10 #log4perl.logger.WebPAC._eval=DEBUG
11 #log4perl.logger.WebPAC.parse=DEBUG
12 #log4perl.logger.WebPAC.create_lookup=DEBUG
13 #log4perl.logger.WebPAC.data_structure=DEBUG
14 #log4perl.logger.WebPAC.parse_to_arr=DEBUG
15 #log4perl.logger.WebPAC.fill_in=DEBUG
16 #log4perl.logger.WebPAC.lookup=DEBUG
17 #log4perl.logger.WebPAC.open_import_xml=DEBUG
18 #log4perl.logger.WebPAC.apply_format=DEBUG
19
20 log4perl.logger.WebPAC.jsFind=DEBUG
21
22 #
23 # appenders
24 #
25 log4perl.appender.LOG=Log::Log4perl::Appender::File
26 log4perl.appender.LOG.filename=log
27
28 #log4perl.appender.LOG.mode=append
29 log4perl.appender.LOG.mode=new
30 log4perl.appender.LOG.layout=PatternLayout
31 log4perl.appender.LOG.layout.ConversionPattern=%d %p> %F{1}:%L %M - %m%n
32
33 log4perl.appender.SCREEN=Log::Log4perl::Appender::Screen
34 log4perl.appender.SCREEN.layout=PatternLayout
35 log4perl.appender.SCREEN.layout.ConversionPattern=%d %p> %F{1}:%L %M - %m%n

  ViewVC Help
Powered by ViewVC 1.1.26