diff --git a/pkg/agent/http_api_context.go b/pkg/agent/http_api_context.go index 7157372..d546da9 100644 --- a/pkg/agent/http_api_context.go +++ b/pkg/agent/http_api_context.go @@ -142,7 +142,7 @@ func (f apiContextHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { err := f(apiCtx) if err == nil { - log.Infof("api context response: %v", apiCtx.response) + log.Debugf("api context response: %+v", apiCtx.response) return }