[log4perl-devel] no_extra_logdie_message and Test::Exception

2011-09-29 Thread Robert Rothenberg
It seems that when I use the no_extra_logdie_message option, the logdie and logcroak methods do not work with Test::Exception's throws_ok or dies_ok functions. Those functions just exit with errors. This happens even when the test script is outputting to the screen. Is there a way to use no_extr

Re: [log4perl-devel] Writing to logs with different thresholds

2011-07-29 Thread Robert Rothenberg
I think I've found the problem. When I set the threshold of the second appender, it seems to override the threshold of the root appender. On 26/07/11 16:47 Mike Schilli wrote: > On Tue, 26 Jul 2011, Robert Rothenberg wrote: > >> I've tried changing the threshold for

[log4perl-devel] Writing to logs with different thresholds

2011-07-26 Thread Robert Rothenberg
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