Lower level of log about skipped project update

This commit is contained in:
AlanCoding 2020-02-27 14:20:36 -05:00
parent 7b880c6552
commit 5dba49a7bc
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -1809,7 +1809,7 @@ class RunJob(BaseTask):
current_revision = git_repo.head.commit.hexsha
if desired_revision == current_revision:
job_revision = desired_revision
logger.info('Skipping project sync for {} because commit is locally available'.format(job.log_format))
logger.debug('Skipping project sync for {} because commit is locally available'.format(job.log_format))
else:
sync_needs = all_sync_needs
except (ValueError, BadGitName):