Address comments from @icing

With debugging enabled, make it less chatty by default.
This commit is contained in:
Wyatt OʼDay 2025-08-07 07:21:37 -07:00 committed by GitHub
parent fa2e0c8f2a
commit c0010b3f93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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