summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
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")
}