Disable access log

This is annoying and mostly redundant to nginx.
This commit is contained in:
Janne Heß 2020-09-13 14:40:47 +02:00
parent 8f683aa7f8
commit 971dcc46a2
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -16,7 +16,6 @@ use Catalyst qw/ConfigLoader
Session
Session::Store::FastMmap
Session::State::Cookie
AccessLog
Captcha/,
'-Log=warn,fatal,error';
use CatalystX::RoleApplicator;
@ -62,11 +61,6 @@ __PACKAGE__->config(
storage => Hydra::Model::DB::getHydraPath . "/www/session_data",
unlink_on_exit => 0
},
'Plugin::AccessLog' => {
formatter => {
format => '%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i" %[handle_time]',
},
},
'Plugin::Captcha' => {
session_name => 'hydra-captcha',
new => {