Merge pull request #4767 from bertheyman/daily-logs-by-default

[5.7] Set logs to daily by default
This commit is contained in:
Taylor Otwell 2018-09-25 07:19:32 -07:00 committed by GitHub
commit 8e87b147bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ return [
'channels' => [
'stack' => [
'driver' => 'stack',
'channels' => ['single'],
'channels' => ['daily'],
],
'single' => [