Skip to content

Commit

Permalink
reduce log
Browse files Browse the repository at this point in the history
  • Loading branch information
zlianzhuang committed Nov 8, 2023
1 parent 7c1b1f9 commit 9044e68
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ def is_s3_manual_backup_mode(
return False

if spec.get(SPEC_S3) == None:
logger.warning("s3 related information is not set.")
return False

if spec[SPEC_BACKUPCLUSTER].get(SPEC_BACKUPTOS3,
Expand All @@ -565,7 +564,6 @@ def is_s3_cron_backup_mode(
return False

if spec.get(SPEC_S3) == None:
logger.warning("s3 related information is not set.")
return False

if spec[SPEC_BACKUPCLUSTER].get(SPEC_BACKUPTOS3,
Expand Down

0 comments on commit 9044e68

Please sign in to comment.