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