diff --git a/http.go b/http.go index 37843f4..9a7a18d 100644 --- a/http.go +++ b/http.go @@ -26,7 +26,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { ok, s := uptimeCheck() log.Info(s) if ok { - log.Info("Handling URL:", route, "cluster is ok") + // log.Info("Handling URL:", route, "cluster is ok") } else { log.Info("Handling URL:", route, "cluster is not right yet") }