Skip to content

Commit

Permalink
debug: changed formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bressi <[email protected]>
  • Loading branch information
puffitos committed Jan 2, 2024
1 parent 1393a67 commit f2ef016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/http_api_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit f2ef016

Please sign in to comment.