Skip to content

Commit 6da06fb

Browse files
committed
default to true
1 parent d80b4e7 commit 6da06fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/logging.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'stack' => [
3838
'driver' => 'stack',
3939
'channels' => ['daily'],
40-
'ignore_exceptions' => false,
40+
'ignore_exceptions' => true,
4141
],
4242

4343
'single' => [

0 commit comments

Comments
 (0)