Turn off overly verbose log messages by default

The "Request took ...s" messages are rather spammy, so turn them off
by default.  You can set CATALYST_DEBUG=1 if you need them.
This commit is contained in:
Eelco Dolstra 2012-11-05 17:21:09 +01:00
parent 8478088cee
commit 9ba1fd6952

View file

@ -16,6 +16,7 @@ use Catalyst qw/ConfigLoader
Session::Store::FastMmap
Session::State::Cookie
AccessLog
-Log=warn,fatal,error
/;
our $VERSION = '0.01';