Skip to content

Commit

Permalink
add env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 11, 2018
1 parent 2a483bb commit e1b8847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
'stderr' => [
'driver' => 'monolog',
'handler' => StreamHandler::class,
'formatter' => env('LOG_STDERR_FORMATTER'),
'with' => [
'stream' => 'php://stderr',
],
Expand Down

0 comments on commit e1b8847

Please sign in to comment.