diff options
| -rw-r--r-- | http.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") } |
