Skip to content

Commit

Permalink
Remove extra error log (#3969)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anshul committed Feb 5, 2024
1 parent 47dc4b1 commit 8430148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/drivers/blob/blobdownloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func (it *blobIterator) plan() ([]*objectWithPlan, error) {
attr, err := it.bucket.Attributes(it.ctx, it.opts.GlobPattern)
if err != nil {
// can fail due to permission not available
it.logger.Error("failed to fetch attributes of the object", zap.Error(err))
it.logger.Debug("failed to fetch attributes of the object", zap.Error(err))
} else {
size = attr.Size
}
Expand Down

1 comment on commit 8430148

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://ui.rilldata.com as production
🚀 Deployed on https://65c0adc53c6c591439c65664--rill-ui.netlify.app

Please sign in to comment.