Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Log-Handler CPAN distribution.

Report information
The Basics
Id: 84408
Status: new
Priority: 0/
Queue: Catalyst-Plugin-Log-Handler

People
Owner: Nobody in particular
Requestors: ZUMMO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



The documentation says Log::Handler: file: filename: /var/log/myapp.log fileopen: 1 mode: append newline: 1 but given my $config = $c->config->{'Log::Handler'} || {}; and $self->handler(Log::Handler->new( file => { minlevel => 0, maxlevel => 7, %$config, } )); in the source code, it is not going to work as expected.