Fix debug log (#120)

This commit is contained in:
Lev Kokotov
2022-08-11 22:47:47 -07:00
committed by GitHub
parent a5db6881b8
commit be254cedd9

View File

@@ -337,7 +337,8 @@ impl ConnectionPool {
return Ok((conn, address.clone()));
}
debug!("Running health check for replica {}, {:?}", index, address);
debug!("Running health check on server {:?}", address);
self.stats.server_tested(server.process_id(), address.id);
match tokio::time::timeout(