Skip to content

Commit

Permalink
better log
Browse files Browse the repository at this point in the history
  • Loading branch information
ddowker committed Jun 6, 2024
1 parent 620b3f5 commit c9e98f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions broker/client/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ func (r *Reader) Read(p []byte) (n int, err error) {
log.WithFields(log.Fields{
"url": fmt.Sprintf("%+v", fragURL),
"fragment": fmt.Sprintf("%+v", *r.Response.Fragment),
"offset": r.Request.Offset,
}).Warn("reader handle url")
if fragURL.Scheme != "gs" {
return 0, fmt.Errorf("TransformSignedURL unsupported scheme: %s", fragURL.Scheme)
Expand Down

0 comments on commit c9e98f0

Please sign in to comment.