Re: [Catalyst] C::P::Authentication - user not found debug info

2007-12-11 Thread Tobias Kremer
Christopher H. Laco wrote: > It seems the 'preferred' way to debug output is: > > $c->log->debug('boo') if $c->debug; That's exactly how I thought $c->log->debug() alone was working. Apparently, the latest C::P::Authentication has fixed this annoying warning anyway :) --Tobias _

Re: [Catalyst] C::P::Authentication - user not found debug info

2007-12-11 Thread Christopher H. Laco
Matt Lawrence wrote: > Tobias Kremer wrote: >> Hey all, >> >> my log files are filling up with the following warning >> >> "[debug] Unable to locate user matching user info provided" >> >> This info is both annoying and not really helpful IMHO. >> >> I found out that it's issued via $c->log->debug(

Re: [Catalyst] C::P::Authentication - user not found debug info

2007-12-11 Thread Matt Lawrence
Tobias Kremer wrote: > Hey all, > > my log files are filling up with the following warning > > "[debug] Unable to locate user matching user info provided" > > This info is both annoying and not really helpful IMHO. > > I found out that it's issued via $c->log->debug() and immediately wondered > why

[Catalyst] C::P::Authentication - user not found debug info

2007-12-11 Thread Tobias Kremer
Hey all, my log files are filling up with the following warning "[debug] Unable to locate user matching user info provided" This info is both annoying and not really helpful IMHO. I found out that it's issued via $c->log->debug() and immediately wondered why this produces output even when using