From b6ba4fcc51bea9a0e9e010cd6579b0456dbc2484 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Wed, 9 Oct 2024 18:16:22 +0300 Subject: [PATCH] Silence the logs --- crates/remote/src/ssh_session.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/remote/src/ssh_session.rs b/crates/remote/src/ssh_session.rs index 5aeda7ade36ce4919428f9c86bae6f5b44d5107b..d79c3eb8d03efd8580ca0522f9ca448c6a54da2f 100644 --- a/crates/remote/src/ssh_session.rs +++ b/crates/remote/src/ssh_session.rs @@ -695,7 +695,7 @@ impl SshRemoteClient { loop { timer.next().await; - log::info!("Sending heartbeat to server..."); + log::debug!("Sending heartbeat to server..."); let result = client.ping(HEARTBEAT_TIMEOUT).await; if result.is_err() {