/[webpac2]/trunk/conf/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 /trunk/conf/log.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 373 - (show annotations)
Sun Jan 8 22:09:33 2006 UTC (18 years, 2 months ago) by dpavlin
File size: 1486 byte(s)
 r414@llin:  dpavlin | 2006-01-08 23:09:49 +0100
 and finally fix for all wired cases (I hope) [2.10]

1 #
2 # log configuration
3 #
4
5 log4perl.rootLogger=INFO, LOG, SCREEN
6 #, SCREEN
7
8 # you can specify methods from WebPAC here also!
9 #log4perl.logger.main=INFO
10 #log4perl.logger.main=DEBUG
11
12 #log4perl.logger.WebPAC=DEBUG
13
14 #log4perl.logger.WebPAC.Store=DEBUG
15 #log4perl.logger.WebPAC.Store.new=DEBUG
16 #log4perl.logger.WebPAC.Store.save_ds=DEBUG
17 #log4perl.logger.WebPAC.Store.load_ds=DEBUG
18
19 #log4perl.logger.WebPAC.Lookup=DEBUG
20 #log4perl.logger.WebPAC.Lookup.lookup=DEBUG
21
22 #log4perl.logger.WebPAC.Input=DEBUG
23 #log4perl.logger.WebPAC.Input.ISIS=DEBUG
24 #log4perl.logger.WebPAC.Input.ISIS.fetch=DEBUG
25 #log4perl.logger.WebPAC.Input.ISIS.open=DEBUG
26
27 #log4perl.logger.WebPAC.Normalize.=DEBUG
28 #log4perl.logger.WebPAC.Normalize.new=DEBUG
29 #log4perl.logger.WebPAC.Normalize.XML=DEBUG
30 #log4perl.logger.WebPAC.Normalize.data_structure=DEBUG
31
32 #log4perl.logger.WebPAC.Output.TT=DEBUG
33 #log4perl.logger.WebPAC.Output.Estraier=DEBUG
34 #log4perl.logger.WebPAC.Search.Estraier=DEBUG
35
36 #log4perl.logger.WebPAC.Common=DEBUG
37
38 #log4perl.logger.WebPAC.test=DEBUG
39
40 #
41 # appenders
42 #
43 log4perl.appender.LOG=Log::Log4perl::Appender::File
44 log4perl.appender.LOG.filename=log
45
46 log4perl.appender.LOG.mode=append
47 #log4perl.appender.LOG.mode=new
48 log4perl.appender.LOG.layout=PatternLayout
49 log4perl.appender.LOG.layout.ConversionPattern=%d %p> %F{1}:%L %M - %m%n
50
51 log4perl.appender.SCREEN=Log::Log4perl::Appender::Screen
52 log4perl.appender.SCREEN.layout=PatternLayout
53 log4perl.appender.SCREEN.layout.ConversionPattern=%d %p> %F{1}:%L %M - %m%n

  ViewVC Help
Powered by ViewVC 1.1.26