diff --git a/pkg/controller/volume/pvcprotection/pvc_protection_controller.go b/pkg/controller/volume/pvcprotection/pvc_protection_controller.go index 6e3e63268f4..005a15d4b51 100644 --- a/pkg/controller/volume/pvcprotection/pvc_protection_controller.go +++ b/pkg/controller/volume/pvcprotection/pvc_protection_controller.go @@ -291,7 +291,7 @@ func (c *Controller) removeFinalizer(ctx context.Context, pvc *v1.PersistentVolu logger.Error(err, "Error removing protection finalizer from PVC", "PVC", klog.KObj(pvc)) return err } - logger.Info("Removed protection finalizer from PVC", "PVC", klog.KObj(pvc)) + logger.V(3).Info("Removed protection finalizer from PVC", "PVC", klog.KObj(pvc)) return nil }