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

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

2013-03-27 Thread Lee Goddard
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. Is this a feature of Catalyst, or am I doing something wrong? TIA

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 ) {

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

2013-01-09 Thread Lee Goddard
Is there a way to change the PatternLayout that the default Catalyst uses? It seems to default to logging to stderr, whilst tests default to out putting to stdout, and the difference in the emptying of the buffers makes the out-of-sync output hard to read. TIA Lee