diff --git a/config/logging.php b/config/logging.php index d09cd7d2..52e36931 100644 --- a/config/logging.php +++ b/config/logging.php @@ -37,7 +37,7 @@ return [ 'stack' => [ 'driver' => 'stack', 'channels' => ['daily'], - 'ignore_exceptions' => false, + 'ignore_exceptions' => true, ], 'single' => [