Silence the logs
This commit is contained in:
parent
b703514d0e
commit
b6ba4fcc51
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue