Browse Source

adjust name of configuration value

Taylor Otwell 5 years ago
parent
commit
d80b4e7cb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/logging.php

+ 1 - 1
config/logging.php

@@ -36,8 +36,8 @@ return [
     'channels' => [
         'stack' => [
             'driver' => 'stack',
-            'lenient' => false,
             'channels' => ['daily'],
+            'ignore_exceptions' => false,
         ],
 
         'single' => [