Stop logging executor job args

These may now contain sensitive info, so don't emit them to the
debug logs.

Change-Id: I64dec72144a611d7d0ab0c36a4c0027670e32e84
This commit is contained in:
James E. Blair 2017-08-22 16:11:47 -07:00
parent c3d69047b5
commit c7b3d71ce2
1 changed files with 0 additions and 1 deletions

View File

@ -924,7 +924,6 @@ class AnsibleJob(object):
args = json.loads(self.job.arguments)
self.log.debug("Beginning job %s for ref %s" %
(self.job.name, args['zuul']['ref']))
self.log.debug("Args: %s" % (self.job.arguments,))
self.log.debug("Job root: %s" % (self.jobdir.root,))
tasks = []
projects = set()