🏃‍♂️ reducing verbosity of another log message (#3109)

Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
Ashish Amarnath
2020-11-24 08:12:51 -08:00
committed by GitHub
parent 12d70e30a8
commit b321838c72

View File

@@ -117,7 +117,7 @@ func (r *BackupStorageLocationReconciler) Reconcile(req ctrl.Request) (ctrl.Resu
}
if !anyVerified {
log.Info("No backup locations needed to be validated")
log.Debug("No backup locations needed to be validated")
}
r.logReconciledPhase(defaultFound, locationList, unavailableErrors)