From d80b4e7cb067aa100dd47e1185b6ee84812ad224 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 28 Jan 2019 08:37:39 -0600 Subject: [PATCH] adjust name of configuration value --- config/logging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => [