We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0628595 commit b628c33Copy full SHA for b628c33
controllers/propagator/propagation.go
@@ -188,7 +188,7 @@ func (r *PolicyReconciler) cleanUpPolicy(instance *policiesv1.Policy) error {
188
}
189
190
log.V(2).Info(
191
- fmt.Sprintf("Deleting %d replicated policies because root policy was deleted", len(replicatedPlcList.Items)))
+ "Deleting replicated policies because root policy was deleted", "count", len(replicatedPlcList.Items))
192
193
policiesChan := make(chan policiesv1.Policy, len(replicatedPlcList.Items))
194
deletionResultsChan := make(chan deletionResult, len(replicatedPlcList.Items))
0 commit comments