diff --git a/.gitignore b/.gitignore index 1996d9d..d7dae71 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ goma bin Makefile NOTES.md -tests \ No newline at end of file +tests +configs \ No newline at end of file diff --git a/pkg/handler.go b/pkg/handler.go index d380a4c..000a90c 100644 --- a/pkg/handler.go +++ b/pkg/handler.go @@ -88,7 +88,7 @@ func (heathRoute HealthCheckRoute) HealthCheckHandler(w http.ResponseWriter, r * continue } } else { - logger.Error("Route %s's healthCheck is undefined", route.Name) + logger.Warn("Route %s's healthCheck is undefined", route.Name) routes = append(routes, HealthCheckRouteResponse{Name: route.Name, Status: "undefined", Error: ""}) continue