Merge "Print SIGTERM logging to debug" into feature/zuulv3

This commit is contained in:
Zuul 2017-09-12 22:03:27 +00:00 committed by Gerrit Code Review
commit c91b3dc4a7
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class SshAgent(object):
except OSError:
self.log.exception(
'Problem sending SIGTERM to agent {}'.format(self.env))
self.log.info('Sent SIGTERM to SSH Agent, {}'.format(self.env))
self.log.debug('Sent SIGTERM to SSH Agent, {}'.format(self.env))
self.env = {}
def add(self, key_path):