mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Merge pull request #50038 from s0undt3ch/2018.3
Don't squash the traceback
This commit is contained in:
commit
8a6b4357f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user