From ab1e9f8b6ac18d8de97bc5b068acb00b9131d686 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 28 Jan 2019 08:38:36 -0600 Subject: [PATCH] default to false --- config/logging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/logging.php b/config/logging.php index 52e36931..d09cd7d2 100644 --- a/config/logging.php +++ b/config/logging.php @@ -37,7 +37,7 @@ return [ 'stack' => [ 'driver' => 'stack', 'channels' => ['daily'], - 'ignore_exceptions' => true, + 'ignore_exceptions' => false, ], 'single' => [