diff --git a/config/logging.php b/config/logging.php index 6a82f1b2..d09cd7d2 100644 --- a/config/logging.php +++ b/config/logging.php @@ -36,8 +36,8 @@ return [ 'channels' => [ 'stack' => [ 'driver' => 'stack', - 'lenient' => false, 'channels' => ['daily'], + 'ignore_exceptions' => false, ], 'single' => [