log levels & suppressing of messages
Log::Log4perl
goes through a lot of effort to allow you to define which messages to display where and when.- I think that's wasted effort.
- Mostly because I prefer to have one log file per log level
- (debug.log, info.log etc)
- Disk space isn't that expensive
- And you can set up a log rotator to compress and/or remove big / old log files