From 177e05beec2d1e35b48baad59441050644eecd2c Mon Sep 17 00:00:00 2001 From: Jesper Noordsij <45041769+jnoordsij@users.noreply.github.com> Date: Wed, 10 Mar 2021 15:52:57 +0100 Subject: [PATCH] Add log level config value to stderr channel (#5558) --- config/logging.php | 1 + 1 file changed, 1 insertion(+) 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' => [