Re: [log4perl-devel] Log::Log4perl::Catalyst

2013-03-28 Thread Lee
On 28/03/2013 03:56, Mike Schilli wrote: > On Wed, 27 Mar 2013, Lee Goddard wrote: > >> I'm trying Log::Log4perl::Catalyst in the way described in the SYNOPSIS >> of the POD, with the configuration below. I get my own log statements in >> the expected location but still some of Catalyst's -Debug s

Re: [log4perl-devel] Log::Log4perl::Catalyst

2013-03-27 Thread Mike Schilli
On Wed, 27 Mar 2013, Lee Goddard wrote: > I'm trying Log::Log4perl::Catalyst in the way described in the SYNOPSIS > of the POD, with the configuration below. I get my own log statements in > the expected location but still some of Catalyst's -Debug statements go > to STDERR. If those messages are

Re: [log4perl-devel] Log::Log4perl::Catalyst

2013-01-11 Thread Mike Schilli
On Wed, 9 Jan 2013, Lee Goddard wrote: > Is there a way to change the PatternLayout that the default Catalyst uses? According to the Catalyst::Log::Log4perl code you can pass in your own configuration file to specify a different layout and appender: unless ( Log::Log4perl->initialized ) {