Merge "Increase log level for command failures"

This commit is contained in:
Zuul 2019-03-15 19:15:19 +00:00 committed by Gerrit Code Review
commit 317c4a966d
1 changed files with 3 additions and 3 deletions

View File

@ -490,9 +490,9 @@ def mp_puppet_config(*args):
rm_container(uname)
break
time.sleep(3)
log.warning('%s run failed after %s attempt(s): %s' % (cmd,
cmd_stderr,
count))
log.error('%s run failed after %s attempt(s): %s' % (cmd,
cmd_stderr,
count))
log.warning('Retrying running container: %s' % config_volume)
else:
if cmd_stdout: