forked from lix-project/hydra
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:
parent
8478088cee
commit
9ba1fd6952
|
@ -16,6 +16,7 @@ use Catalyst qw/ConfigLoader
|
|||
Session::Store::FastMmap
|
||||
Session::State::Cookie
|
||||
AccessLog
|
||||
-Log=warn,fatal,error
|
||||
/;
|
||||
our $VERSION = '0.01';
|
||||
|
||||
|
|
Loading…
Reference in a new issue