mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-19 06:26:44 +00:00
lower some noisy logs to debug level
Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
@@ -122,7 +122,7 @@ func shouldSync(location *arkv1api.BackupStorageLocation, now time.Time, backupS
|
||||
}
|
||||
|
||||
func (c *backupSyncController) run() {
|
||||
c.logger.Info("Checking for backup storage locations to sync into cluster")
|
||||
c.logger.Debug("Checking for existing backup storage locations to sync into cluster")
|
||||
|
||||
locations, err := c.backupStorageLocationLister.BackupStorageLocations(c.namespace).List(labels.Everything())
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user