mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Не логируем http исключения
This commit is contained in:
@@ -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:*',
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user