Change default log stack from 'single' to 'daily'

pull/7066/head
Shlee 3 weeks ago committed by GitHub
parent fff81fe596
commit 0200c9e0cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -54,7 +54,7 @@ return [
'stack' => [
'driver' => 'stack',
'channels' => explode(',', (string) env('LOG_STACK', 'single')),
'channels' => explode(',', (string) env('LOG_STACK', 'daily')),
'ignore_exceptions' => false,
],

Loading…
Cancel
Save