some cleanup and docs for the new logging system

This commit is contained in:
JT Smith 2005-04-01 05:10:53 +00:00
parent 6aa9f76a71
commit 2c145c0d22
6 changed files with 32 additions and 17 deletions

View file

@ -1,6 +1,6 @@
log4perl.logger = DEBUG, mainlog
log4perl.appender.mainlog = Log::Log4perl::Appender::File
log4perl.appender.mainlog.filename = /var/log/webguitest.log
log4perl.appender.mainlog.filename = /var/log/webgui.log
log4perl.appender.mainlog.layout = PatternLayout
log4perl.appender.mainlog.layout.ConversionPattern = %d - %p - %c - %M[%L] - %m%n