Subject: | $c->log->warn(sprintf, debug more appropriate |
currently every time a page is processed, these details are pushed out
through warn
$c->log->warn(sprintf ">> $template (action=%s)", $c->action);
this seems over the top as a "warning", i would recommend "debug" instead.
for example, Catalyst::View::TT passes the template name to debug