in reply to Log::Log4perl additivity not working?

$perldoc Log::Log4perl::Config|grep additivity The additivity flag of a logger is set or cleared via the "additiv +ity" log4perl.additivity.Bar.Twix = 0|1 dilemma that a logger name could end in ".additivity" according to + the $

Replies are listed 'Best First'.
Re^2: Log::Log4perl additivity not working?
by shamu (Acolyte) on Apr 30, 2007 at 15:09 UTC

    Though the solution of using additivity will prevent any ERROR level messages from passing up the hierarchy, it also prevents all other messages from passing too.

    How can I pass everything except the ERROR level messages, from a nested category, up the hierarchy?