mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Lower level of log about skipped project update
This commit is contained in:
parent
7b880c6552
commit
5dba49a7bc
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user