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