Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Civil authored Feb 12, 2024
2 parents 18e1af4 + 3870770 commit 1267c2f
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 1267c2f

Please sign in to comment.