summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-12 23:55:04 -0600
committerJeff Carr <[email protected]>2024-11-12 23:55:04 -0600
commit0697375d44f9a4a93b1ff13a33809fe9e905b6d4 (patch)
tree046a008268179645ac83f65fb46003902c49e57e /http.go
parenta4a2d7a01f6ba0d8a75c2adbf7ae680a45e18745 (diff)
just comment this outv0.2.11
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'http.go')
-rw-r--r--http.go2
1 files changed, 1 insertions, 1 deletions
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")
}