added a new logger
This commit is contained in:
parent
69cd257beb
commit
6aa9f76a71
23 changed files with 197 additions and 242 deletions
6
etc/log.conf.original
Normal file
6
etc/log.conf.original
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
log4perl.logger = DEBUG, mainlog
|
||||
log4perl.appender.mainlog = Log::Log4perl::Appender::File
|
||||
log4perl.appender.mainlog.filename = /var/log/webguitest.log
|
||||
log4perl.appender.mainlog.layout = PatternLayout
|
||||
log4perl.appender.mainlog.layout.ConversionPattern = %d - %p - %c - %M[%L] - %m%n
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue