From e1b8847a92bdd85163990ee2e3284262da09b5fd Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 11 Dec 2018 16:05:24 -0600 Subject: [PATCH] add env variable --- config/logging.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/logging.php b/config/logging.php index 506f2f37..4b9cbffe 100644 --- a/config/logging.php +++ b/config/logging.php @@ -73,6 +73,7 @@ 'stderr' => [ 'driver' => 'monolog', 'handler' => StreamHandler::class, + 'formatter' => env('LOG_STDERR_FORMATTER'), 'with' => [ 'stream' => 'php://stderr', ],