less ping logs
This commit is contained in:
@@ -119,7 +119,6 @@ func (h *RemoteHost[V]) Ping() bool {
|
||||
cancel()
|
||||
if err != nil {
|
||||
h.missedPings++
|
||||
log.Printf("Ping %s failed (%d) %v", h.host, h.missedPings, err)
|
||||
}
|
||||
if !h.IsHealthy() {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user