Skip to content

Commit

Permalink
feat: release-1.6 logs for priceline
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh committed Jan 12, 2024
1 parent 2675841 commit 82d8038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollout/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ func (c *rolloutContext) requeueStuckRollout(newStatus v1alpha1.RolloutStatus) t
return time.Duration(0)
}
logCtx := logutil.WithRollout(c.rollout)
logCtx.Info("Queueing up rollout for a progress after %ds", int(after.Seconds()))
logCtx.Infof("Queueing up rollout for a progress after %ds", int(after.Seconds()))
// Add a second to avoid milliseconds skew in AddAfter.
// See https://github.com/kubernetes/kubernetes/issues/39785#issuecomment-279959133 for more info.
c.enqueueRolloutAfter(c.rollout, after+time.Second)
Expand Down

0 comments on commit 82d8038

Please sign in to comment.