Further decreased logging level during healthcheck

This commit is contained in:
Jedrzej Stuczynski
2020-02-03 11:36:02 +00:00
parent ce6d858b88
commit efda3ee834
+1 -1
View File
@@ -252,7 +252,7 @@ impl PathChecker {
debug!("sending test packet to {}", first_node_address);
match first_node_client.send(packet, first_node_address).await {
Err(err) => {
info!("failed to send packet to {} - {}", first_node_address, err);
debug!("failed to send packet to {} - {}", first_node_address, err);
if self
.paths_status
.insert(path_identifier, PathStatus::Unhealthy)