[Catalyst] debug mode or debug levels?
Tyler Bird
birdty at epromo.com
Mon Feb 25 21:25:38 GMT 2008
hi I want to only show certain log messages to my console based on the
log level 'debug'
I believe catalyst supports log levels, but this doesn't seem to be working
if ( $c->is_debug() )
{
$c->log("log message here..");
}
It seems to be sending the log message no matter if ( $c->is_fatal() )
I even start the server with myapp_server.pl -d debug
What am I missing here does catalyst only have debug log level or not
debug log level and not log levels in general?
More information about the Catalyst
mailing list