just comment this out
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
a4a2d7a01f
commit
0697375d44
2
http.go
2
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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue