in reply to Implementing Log::Log4perl

It is a little confusing, but what you have to do is change the rootLogger from DEBUG to TRACE, then get rid of the line log4perl.appender.StdOut.min_level=debug and it will work.

Replies are listed 'Best First'.
Re^2: Implementing Log::Log4perl
by horrendo (Sexton) on Aug 11, 2008 at 03:38 UTC
    D'oh. I should have seen that.

    Thanks very much !!