Не логируем http исключения

This commit is contained in:
ErickSkrauch 2016-11-20 20:37:08 +03:00
parent 7249323ec4
commit 49fb2efc0c

View File

@ -27,6 +27,7 @@ return [
'except' => [
'legacy-authserver',
'session',
'yii\web\HttpException:*',
'api\modules\session\exceptions\SessionServerException:*',
'api\modules\authserver\exceptions\AuthserverException:*',
],