Skip to content

Commit

Permalink
bump up log level
Browse files Browse the repository at this point in the history
  • Loading branch information
ddowker committed Jun 6, 2024
1 parent c18011e commit 1ce9c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/client/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func (r *Reader) Read(p []byte) (n int, err error) {
if !r.Request.MetadataOnly && r.Response.Status == pb.Status_OK && r.Response.FragmentUrl != "" {
log.WithFields(log.Fields{
"FragmentUrl": r.Response.FragmentUrl,
}).Info("reader handle FragmentUrl")
}).Warn("reader handle FragmentUrl")
if TransformSignedURLs {
var fragURL *url.URL
if fragURL, err = url.Parse(r.Response.FragmentUrl); err != nil {
Expand Down

0 comments on commit 1ce9c0e

Please sign in to comment.