Log::Log4perl config
Tuesday, March 14th, 2006Man! I finally settled on a logging configuration for one of my upcoming projects. It uses the superb Log::Log4perl module.
After you get through your understanding of categories, levels and appenders, make sure you read the stuff about additivity and thresholds. I found the Log::Log4perl::FAQ indispensable.
Here is the config I used:
log4perl.category = ERROR, MAILER
log4perl.logger = DEBUG, […]
