Skip to content

Commit

Permalink
Merge pull request #114 from kaleido-io/trace-body
Browse files Browse the repository at this point in the history
log out body in trace level
  • Loading branch information
peterbroadhurst authored Dec 21, 2023
2 parents ea553a6 + 1a06fb4 commit 1622fb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ffresty/ffresty.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ func NewWithConfig(ctx context.Context, ffrestyConfig Config) (client *resty.Cli
}

log.L(rCtx).Debugf("==> %s %s%s", req.Method, url, req.URL)
log.L(rCtx).Tracef("==> (body) %+v", req.Body)
return nil
})

Expand Down

0 comments on commit 1622fb4

Please sign in to comment.