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', ],