http://qs321.pair.com?node_id=794167


in reply to Log4perl stops logging after update to 1.24

If I insert the following before your log messages, I get the info and error messages on my terminal.
use Log::Log4perl::Level; $log->level($ERROR);
Disclaimer: I only recently started to fiddle with Log::Log4perl, so I don't know if this is new to 1.24 or not, but it at least seems to do what you want.