🏃‍♂️ Turn down logging verbosity (#3091)

Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
Ashish Amarnath
2020-11-19 14:03:29 -05:00
committed by GitHub
parent a386139788
commit 9b20e8d2e6
@@ -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
}