Skip to content

Commit 1622fb4

Browse files
Merge pull request #114 from kaleido-io/trace-body
log out body in trace level
2 parents ea553a6 + 1a06fb4 commit 1622fb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/ffresty/ffresty.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ func NewWithConfig(ctx context.Context, ffrestyConfig Config) (client *resty.Cli
200200
}
201201

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

0 commit comments

Comments
 (0)