# # this is example of the Loger::Log4perl config file # it sets logging level to DEBUG and # dispatches all debugging log messages into ./log/test.log # log4perl.logger =DEBUG, A1 log4perl.appender.A1=Log::Dispatch::Screen #log4perl.appender.A1=Log::Dispatch::Syslog #log4perl.appender.A1=Log::Dispatch::File log4perl.appender.A1.filename=log/test.log log4perl.appender.A1.mode=append log4perl.appender.A1.layout=Log::Log4perl::Layout::PatternLayout log4perl.appender.A1.layout.ConversionPattern=%d %p> %F{1}:%L %M - %m%n