Merge pull request #4767 from bertheyman/daily-logs-by-default
[5.7] Set logs to daily by default
This commit is contained in:
commit
8e87b147bc
|
@ -36,7 +36,7 @@
|
|||
'channels' => [
|
||||
'stack' => [
|
||||
'driver' => 'stack',
|
||||
'channels' => ['single'],
|
||||
'channels' => ['daily'],
|
||||
],
|
||||
|
||||
'single' => [
|
||||
|
|
Loading…
Reference in New Issue