Restore LOG_CHANNEL environment variable. (#9464)

This allows selecting the Monolog channel with the LOG_CHANNEL variable.
This commit is contained in:
Renee Margaret McConahy 2021-04-21 14:40:23 -04:00 committed by GitHub
parent 3855b74161
commit e6c3d7fe57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,7 @@ $config = [
| one of the channels defined in the "channels" configuration array.
|
*/
'default' => 'stack',
'default' => env('LOG_CHANNEL', 'stack'),
/*
|--------------------------------------------------------------------------