From 9b20e8d2e6dd0126e3709052eb9d70085638b435 Mon Sep 17 00:00:00 2001 From: Ashish Amarnath Date: Thu, 19 Nov 2020 11:03:29 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=83=E2=80=8D=E2=99=82=EF=B8=8F=20Turn?= =?UTF-8?q?=20down=20logging=20verbosity=20(#3091)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ashish Amarnath --- pkg/controller/backup_storage_location_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/backup_storage_location_controller.go b/pkg/controller/backup_storage_location_controller.go index ceceac71f..ac6cdd1c2 100644 --- a/pkg/controller/backup_storage_location_controller.go +++ b/pkg/controller/backup_storage_location_controller.go @@ -78,7 +78,7 @@ func (r *BackupStorageLocationReconciler) Reconcile(req ctrl.Request) (ctrl.Resu } if !storage.IsReadyToValidate(location.Spec.ValidationFrequency, location.Status.LastValidationTime, r.DefaultBackupLocationInfo, log) { - log.Info("Validation not required, skipping...") + log.Debug("Validation not required, skipping...") continue }