diff --git a/workflow/cron/operator.go b/workflow/cron/operator.go index 92c1661432b6..73465239f7bc 100644 --- a/workflow/cron/operator.go +++ b/workflow/cron/operator.go @@ -305,7 +305,7 @@ func (woc *cronWfOperationCtx) removeFromActiveList(uid types.UID) { } func (woc *cronWfOperationCtx) enforceHistoryLimit(ctx context.Context, workflows []v1alpha1.Workflow) error { - woc.log.Infof("Enforcing history limit for '%s'", woc.cronWf.Name) + woc.log.Debugf("Enforcing history limit for '%s'", woc.cronWf.Name) var successfulWorkflows []v1alpha1.Workflow var failedWorkflows []v1alpha1.Workflow