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

View File

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