add env variable

This commit is contained in:
Taylor Otwell
2018-12-11 16:05:24 -06:00
parent 2a483bbf60
commit e1b8847a92

View File

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