diff --git a/config/logging.php b/config/logging.php index 6aa77fe2..1aa06aa3 100644 --- a/config/logging.php +++ b/config/logging.php @@ -74,6 +74,7 @@ 'stderr' => [ 'driver' => 'monolog', + 'level' => env('LOG_LEVEL', 'debug'), 'handler' => StreamHandler::class, 'formatter' => env('LOG_STDERR_FORMATTER'), 'with' => [