/[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

Annotation of /trunk/conf/log.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 74 - (hide annotations)
Sun Nov 20 20:13:39 2005 UTC (18 years, 5 months ago) by dpavlin
File size: 1338 byte(s)
 r8988@llin:  dpavlin | 2005-11-20 20:46:12 +0100
 added real implementation for WebPAC::Output::Estraier along with run.pl
 script which run test indexing (which will in one point move to
 WebPAC::Simple or something like that)

1 dpavlin 29 #
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    
11     #log4perl.logger.WebPAC=DEBUG
12    
13     log4perl.logger.WebPAC.DB=DEBUG
14     #log4perl.logger.WebPAC.DB.new=DEBUG
15     log4perl.logger.WebPAC.DB.save_ds=DEBUG
16    
17     #log4perl.logger.WebPAC.Lookup=DEBUG
18    
19     #log4perl.logger.WebPAC.Input=DEBUG
20     #log4perl.logger.WebPAC.Input.ISIS=DEBUG
21     #log4perl.logger.WebPAC.Input.ISIS.fetch=DEBUG
22     #log4perl.logger.WebPAC.Input.ISIS.open=DEBUG
23    
24     #log4perl.logger.WebPAC.Normalize=DEBUG
25     #log4perl.logger.WebPAC.Normalize.XML=DEBUG
26 dpavlin 31 #log4perl.logger.WebPAC.Normalize.data_structure=DEBUG
27 dpavlin 29 #log4perl.logger.WebPAC.Normalize.fill_in_to_arr=DEBUG
28     #log4perl.logger.WebPAC.Normalize.parse_to_arr=DEBUG
29    
30     #log4perl.logger.WebPAC.Output.TT=DEBUG
31 dpavlin 74 log4perl.logger.WebPAC.Output.Estraier=DEBUG
32 dpavlin 29
33 dpavlin 31 #log4perl.logger.WebPAC.Common=DEBUG
34 dpavlin 29
35     #
36     # appenders
37     #
38     log4perl.appender.LOG=Log::Log4perl::Appender::File
39     log4perl.appender.LOG.filename=log
40    
41     log4perl.appender.LOG.mode=append
42     #log4perl.appender.LOG.mode=new
43     log4perl.appender.LOG.layout=PatternLayout
44     log4perl.appender.LOG.layout.ConversionPattern=%d %p> %F{1}:%L %M - %m%n
45    
46     log4perl.appender.SCREEN=Log::Log4perl::Appender::Screen
47     log4perl.appender.SCREEN.layout=PatternLayout
48     log4perl.appender.SCREEN.layout.ConversionPattern=%d %p> %F{1}:%L %M - %m%n

  ViewVC Help
Powered by ViewVC 1.1.26