Browse Source

add env variable

Taylor Otwell 5 years ago
parent
commit
e1b8847a92
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/logging.php

+ 1 - 0
config/logging.php

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