Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddowker committed Jun 6, 2024
1 parent 5dea541 commit f74798b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions broker/fragment/store_gcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ func (s *gcsBackend) Open(ctx context.Context, ep *url.URL, fragment pb.Fragment
if err != nil {
return nil, err
}
log.WithFields(log.Fields{
"ep": fmt.Sprintf("%+v", *ep),
"fragment": fmt.Sprintf("%+v", fragment),
}).Info("Open fragment")
return client.Bucket(cfg.bucket).Object(cfg.rewritePath(cfg.prefix, fragment.ContentPath())).NewReader(ctx)
}

Expand Down

0 comments on commit f74798b

Please sign in to comment.