From 6da06fba933f0a3a56716a651c77a07e9052b329 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 28 Jan 2019 08:38:14 -0600 Subject: [PATCH] default to true --- config/logging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 'stack' => [ 'driver' => 'stack', 'channels' => ['daily'], - 'ignore_exceptions' => false, + 'ignore_exceptions' => true, ], 'single' => [