From c0010b3f936cd106f2a6042709f2c3fbc46d4b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wyatt=20O=CA=BCDay?= Date: Thu, 7 Aug 2025 07:21:37 -0700 Subject: [PATCH] Address comments from @icing With debugging enabled, make it less chatty by default. --- lib/vtls/mbedtls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vtls/mbedtls.c b/lib/vtls/mbedtls.c index 2a847d2578..aadd0cb65a 100644 --- a/lib/vtls/mbedtls.c +++ b/lib/vtls/mbedtls.c @@ -805,7 +805,7 @@ mbed_connect_step1(struct Curl_cfilter *cf, struct Curl_easy *data) * - 3 Informational * - 4 Verbose */ - mbedtls_debug_set_threshold(4); + mbedtls_debug_set_threshold(1); #endif