Don't squash the traceback

This commit is contained in:
Pedro Algarvio 2018-10-15 11:17:29 +01:00
parent fef7669a15
commit 852257ab60
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -1182,7 +1182,7 @@ class LocalClient(object):
# stop the iteration, since the jid is invalid
raise StopIteration()
except Exception as exc:
log.warning('Returner unavailable: %s', exc)
log.warning('Returner unavailable: %s', exc, exc_info_on_loglevel=logging.DEBUG)
# Wait for the hosts to check in
last_time = False
# iterator for this job's return