Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/login-action-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Civil authored Feb 12, 2024
2 parents 7046c2d + 3870770 commit 1c3cf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipper/broadcast/broadcast_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ func (bg *BroadcastGroup) doFind(ctx context.Context, logger *zap.Logger, backen
r.AddError(err)
// TODO: Add a separate logger that would log full response
logger.Debug("fetched response",
zap.Any("response_length", len(r)),
zap.Int("response_size", r.Response.Size()),
)
resCh <- r
}
Expand Down

0 comments on commit 1c3cf50

Please sign in to comment.