[Backport-3.4] etcdserver/api/etcdhttp: log successful etcd server side health check in debug level

ref. #12677
ref. 0b9cfa8677
This commit is contained in:
Chao Chen
2021-02-08 21:44:40 -08:00
parent a1c5f59b59
commit f27ef4d343

View File

@@ -122,7 +122,7 @@ func checkHealth(srv etcdserver.ServerV2) Health {
if h.Health == "true" {
healthSuccess.Inc()
plog.Infof("/health OK (status code %d)", http.StatusOK)
plog.Debugf("/health OK (status code %d)", http.StatusOK)
} else {
healthFailed.Inc()
}