add env variable
This commit is contained in:
parent
2a483bbf60
commit
e1b8847a92
|
@ -73,6 +73,7 @@
|
|||
'stderr' => [
|
||||
'driver' => 'monolog',
|
||||
'handler' => StreamHandler::class,
|
||||
'formatter' => env('LOG_STDERR_FORMATTER'),
|
||||
'with' => [
|
||||
'stream' => 'php://stderr',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue