From 04edba8392d5f0ea07d009e49e8c15e9475b6abd Mon Sep 17 00:00:00 2001 From: godmodegalactus Date: Mon, 17 Jun 2024 12:03:21 +0200 Subject: [PATCH] moving unable to connection to a node using quic from warning to debug --- services/src/quic_connection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/src/quic_connection.rs b/services/src/quic_connection.rs index 9111c52e..670c4ef8 100644 --- a/services/src/quic_connection.rs +++ b/services/src/quic_connection.rs @@ -194,7 +194,7 @@ impl QuicConnection { } } else { NB_QUIC_COULDNOT_ESTABLISH_CONNECTION.inc(); - warn!( + log::debug!( "Could not establish connection with {}", self.identity.to_string() );