diff --git a/pkg/server/healthz/healthz.go b/pkg/server/healthz/healthz.go index ebb3dadfb..3dfe9831c 100644 --- a/pkg/server/healthz/healthz.go +++ b/pkg/server/healthz/healthz.go @@ -181,6 +181,7 @@ func handleRootHealthz(checks ...HealthzChecker) http.HandlerFunc { } // always be verbose on failure if failed { + klog.V(2).Infof("%vhealthz check failed", verboseOut.String()) http.Error(w, fmt.Sprintf("%vhealthz check failed", verboseOut.String()), http.StatusInternalServerError) return }