diff --git a/client.go b/client.go index 3ebb5e86..62f7fb2d 100644 --- a/client.go +++ b/client.go @@ -1502,7 +1502,7 @@ func (c *Client) PerformRequest(ctx context.Context, opt PerformRequestOptions) duration := time.Now().UTC().Sub(start) c.infof("%s %s [status:%d, request:%.3fs]", strings.ToUpper(opt.Method), - req.URL.Redacted(), + req.URL, resp.StatusCode, float64(int64(duration/time.Millisecond))/1000)