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

Annotation of /trunk2/log.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 372 - (hide annotations)
Sat Jun 19 18:16:20 2004 UTC (19 years, 9 months ago) by dpavlin
File size: 474 byte(s)
Log4perl implementation

1 dpavlin 372 ############################################################
2     # log configuration
3    
4     log4perl.rootLogger=ERROR
5     log4perl.logger.WebPAC=DEBUG, A1
6    
7     log4perl.logger.main=DEBUG
8     log4perl.logger.WebPAC._eval=ERROR
9     #log4perl.logger.WebPAC.parse=ERROR
10    
11     log4perl.appender.A1=Log::Log4perl::Appender::File
12     log4perl.appender.A1.filename=log
13    
14     log4perl.appender.A1.mode=append
15     log4perl.appender.A1.layout=PatternLayout
16     log4perl.appender.A1.layout.ConversionPattern=%d %p> %F{1}:%L %M - %m%n

  ViewVC Help
Powered by ViewVC 1.1.26