forked from lix-project/hydra
Merge pull request #812 from helsinki-systems/no-accesslog
Disable access log
This commit is contained in:
commit
2c76e9848a
|
@ -16,7 +16,6 @@ use Catalyst qw/ConfigLoader
|
||||||
Session
|
Session
|
||||||
Session::Store::FastMmap
|
Session::Store::FastMmap
|
||||||
Session::State::Cookie
|
Session::State::Cookie
|
||||||
AccessLog
|
|
||||||
Captcha/,
|
Captcha/,
|
||||||
'-Log=warn,fatal,error';
|
'-Log=warn,fatal,error';
|
||||||
use CatalystX::RoleApplicator;
|
use CatalystX::RoleApplicator;
|
||||||
|
@ -62,11 +61,6 @@ __PACKAGE__->config(
|
||||||
storage => Hydra::Model::DB::getHydraPath . "/www/session_data",
|
storage => Hydra::Model::DB::getHydraPath . "/www/session_data",
|
||||||
unlink_on_exit => 0
|
unlink_on_exit => 0
|
||||||
},
|
},
|
||||||
'Plugin::AccessLog' => {
|
|
||||||
formatter => {
|
|
||||||
format => '%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i" %[handle_time]',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'Plugin::Captcha' => {
|
'Plugin::Captcha' => {
|
||||||
session_name => 'hydra-captcha',
|
session_name => 'hydra-captcha',
|
||||||
new => {
|
new => {
|
||||||
|
|
Loading…
Reference in a new issue