mirror of
https://github.com/elyby/accounts.git
synced 2024-11-30 10:42:16 +05:30
Не логируем http исключения
This commit is contained in:
parent
7249323ec4
commit
49fb2efc0c
@ -27,6 +27,7 @@ return [
|
|||||||
'except' => [
|
'except' => [
|
||||||
'legacy-authserver',
|
'legacy-authserver',
|
||||||
'session',
|
'session',
|
||||||
|
'yii\web\HttpException:*',
|
||||||
'api\modules\session\exceptions\SessionServerException:*',
|
'api\modules\session\exceptions\SessionServerException:*',
|
||||||
'api\modules\authserver\exceptions\AuthserverException:*',
|
'api\modules\authserver\exceptions\AuthserverException:*',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user