Restore LOG_CHANNEL environment variable. (#9464)
This allows selecting the Monolog channel with the LOG_CHANNEL variable.
This commit is contained in:
parent
3855b74161
commit
e6c3d7fe57
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ $config = [
|
||||||
| one of the channels defined in the "channels" configuration array.
|
| one of the channels defined in the "channels" configuration array.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
'default' => env('LOG_CHANNEL', 'stack'),
|
||||||
'default' => 'stack',
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue