I have a collection of related tools that write to a shared log, generally
at the INFO or WARNING level.
One of the tools has a separate log that it writes to at a lower level
(DEBUG or TRACE). But I still want higher priority messages to show up in
the shared log.
The problem that I am having i
On Tue, 26 Jul 2011, Robert Rothenberg wrote:
> I've tried changing the threshold for the shared log to INFO
> log4perl.appender.SharedLog.Treshold = INFO
If you fix the typo ("Treshold" => "Threshold"), that's exactly the
recommended way to accomplish what you want.
--
-- Mike
Mike Schilli
m.