diff --git a/cmd/statusd/server/signals_server.go b/cmd/statusd/server/signals_server.go index 6330b691d..f57e46578 100644 --- a/cmd/statusd/server/signals_server.go +++ b/cmd/statusd/server/signals_server.go @@ -130,7 +130,7 @@ func (s *Server) signals(w http.ResponseWriter, r *http.Request) { } func (s *Server) addEndpointWithResponse(name string, handler func(string) string) { - log.Info("adding endpoint", "name", name) + log.Debug("adding endpoint", "name", name) s.mux.HandleFunc(name, func(w http.ResponseWriter, r *http.Request) { request, err := io.ReadAll(r.Body) if err != nil {