From 4edf28208380804be05c1185afa2fd20e0c55371 Mon Sep 17 00:00:00 2001 From: Constantin Graf Date: Tue, 14 May 2024 17:40:43 +0200 Subject: [PATCH] Fixed log level for sentry --- config/logging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/logging.php b/config/logging.php index 2a28ad4e..bdb21c84 100644 --- a/config/logging.php +++ b/config/logging.php @@ -91,7 +91,7 @@ return [ 'sentry' => [ 'driver' => 'sentry', - 'level' => env('LOG_LEVEL', 'error'), + 'level' => env('LOG_LEVEL_SENTRY', 'error'), 'bubble' => true, ],