···2020}
21212222func healthHandler(w http.ResponseWriter, r *http.Request) {
2323- ll.Log("Checking", "cyan", "health due to request from %s", r.RemoteAddr)
2323+ ll.Debug("Checking health due to request from %s", r.RemoteAddr)
2424 // Set the content type to JSON
2525 w.Header().Set("Content-Type", "application/json")
2626