Skip to content

Commit

Permalink
improv. remove useless logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcoo authored Dec 10, 2021
1 parent f29d9a6 commit 0729df0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/Config/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@
'renderer' => 'ExceptionRenderer',
'log' => true,
'skipLog' => [
'MissingControllerException'
'NotFoundException',
'ForbiddenException',
'MissingControllerException',
'BadRequestException',
'MissingActionException'
]
]);

Expand Down

0 comments on commit 0729df0

Please sign in to comment.