mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Don't squash the traceback
This commit is contained in:
parent
fef7669a15
commit
852257ab60
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue