mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Make 'stack' log to 'stdout' AND 'daily' to satisfy both Docker and self-hosted users.
This commit is contained in:
@@ -56,7 +56,7 @@ return [
|
||||
'channels' => [
|
||||
'stack' => [
|
||||
'driver' => 'stack',
|
||||
'channels' => ['daily', 'slack'],
|
||||
'channels' => ['daily', 'stdout'],
|
||||
],
|
||||
|
||||
'single' => [
|
||||
|
||||
Reference in New Issue
Block a user