Skip Menu |

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

Report information
The Basics
Id: 68997
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-AutoRestart

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

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



Subject: Log levels are too high
The logging is all done with "warn", while it's rarely a warning. This in turn is cluttering our logs with hundreds of "checking size" statements, which really belongs at debug/info level.
On Tue Jun 21 10:57:19 2011, CYCLES wrote: Show quoted text
> The logging is all done with "warn", while it's rarely a warning. This in > turn is cluttering our logs with hundreds of "checking size" statements, > which really belongs at debug/info level.
Please send a patch.
On Wed Jun 22 13:15:02 2011, JGOULAH wrote: Show quoted text
> On Tue Jun 21 10:57:19 2011, CYCLES wrote:
> > The logging is all done with "warn", while it's rarely a warning. This in > > turn is cluttering our logs with hundreds of "checking size" statements, > > which really belongs at debug/info level.
> > > Please send a patch.
Code here https://github.com/jgoulah/Catalyst-Plugin-AutoRestart
just pushed 0.95 to cpan