add env variable

This commit is contained in:
Taylor Otwell 2018-12-11 16:05:24 -06:00
parent 2a483bbf60
commit e1b8847a92
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@
'stderr' => [
'driver' => 'monolog',
'handler' => StreamHandler::class,
'formatter' => env('LOG_STDERR_FORMATTER'),
'with' => [
'stream' => 'php://stderr',
],