less ping logs
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 42s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m43s

This commit is contained in:
matst80
2025-12-04 19:08:47 +01:00
parent d0d604f5f0
commit 6d5358b53b

View File

@@ -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