diff options
| author | Jeff Carr <[email protected]> | 2024-11-12 23:55:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-12 23:55:04 -0600 |
| commit | 0697375d44f9a4a93b1ff13a33809fe9e905b6d4 (patch) | |
| tree | 046a008268179645ac83f65fb46003902c49e57e /http.go | |
| parent | a4a2d7a01f6ba0d8a75c2adbf7ae680a45e18745 (diff) | |
just comment this outv0.2.11
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'http.go')
| -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") } |
