Make 'stack' log to 'stdout' AND 'daily' to satisfy both Docker and self-hosted users.

This commit is contained in:
James Cole
2020-01-24 20:40:23 +01:00
parent 3f7891f4e8
commit 3adc43938e
2 changed files with 4 additions and 2 deletions

View File

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