Fix the issue.

This commit is contained in:
James Cole 2020-02-13 20:15:36 +01:00
parent 08b85cfa1a
commit a389cbe521
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -37,7 +37,7 @@ return [
|
*/
'default' => envNonEmpty('LOG_CHANNEL', 'daily'),
'default' => envNonEmpty('LOG_CHANNEL', 'stack'),
/*
|--------------------------------------------------------------------------
@ -56,7 +56,7 @@ return [
'channels' => [
'stack' => [
'driver' => 'stack',
'channels' => ['daily', 'slack'],
'channels' => ['daily', 'stdout'],
],
'single' => [