From 0697375d44f9a4a93b1ff13a33809fe9e905b6d4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 12 Nov 2024 23:55:04 -0600 Subject: [PATCH] just comment this out Signed-off-by: Jeff Carr --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }