Skip to content

Commit

Permalink
πŸƒβ€β™‚οΈ reducing verbosity of another log message (vmware-tanzu#3109)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Amarnath <[email protected]>
  • Loading branch information
ashish-amarnath authored and georgettica committed Dec 23, 2020
1 parent bddcb4c commit 1592c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/backup_storage_location_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1592c7a

Please sign in to comment.