Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller committed Aug 1, 2024
1 parent 409d282 commit aa871a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollout/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ func (c *Controller) newRolloutContext(rollout *v1alpha1.Rollout) (*rolloutConte
for _, rs := range rsList {
if rs.Labels[v1alpha1.DefaultRolloutUniqueLabelKey] == podHash {
foundRS = true
logCtx.Info("newRS found via label selector lookup and pod hash", "rs", rs.Name)
logCtx.Info("newRS found via label selector lookup and pod hash : %s", "rs", rs.Name, podHash)
break
}
}
Expand Down

0 comments on commit aa871a1

Please sign in to comment.