From 0729df0ec220f7813963dd5cd39c0c5a77ab3ab6 Mon Sep 17 00:00:00 2001 From: nivcoo <36514752+nivcoo@users.noreply.github.com> Date: Fri, 10 Dec 2021 16:49:43 +0100 Subject: [PATCH] improv. remove useless logs --- app/Config/core.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/Config/core.php b/app/Config/core.php index 093b7335..0b830e3c 100755 --- a/app/Config/core.php +++ b/app/Config/core.php @@ -81,7 +81,11 @@ 'renderer' => 'ExceptionRenderer', 'log' => true, 'skipLog' => [ - 'MissingControllerException' + 'NotFoundException', + 'ForbiddenException', + 'MissingControllerException', + 'BadRequestException', + 'MissingActionException' ] ]);