mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #41606 from terminalmage/py3-tests
Modify debug logging for manage runner troubleshooting
This commit is contained in:
commit
4607c7b7cc
@ -1583,6 +1583,7 @@ class LocalClient(object):
|
||||
expect_minions=(verbose or show_timeout),
|
||||
**kwargs
|
||||
):
|
||||
log.debug('return event: %s', ret)
|
||||
return_count = return_count + 1
|
||||
if progress:
|
||||
for id_, min_ret in six.iteritems(ret):
|
||||
|
@ -55,7 +55,6 @@ def _ping(tgt, tgt_type, timeout, gather_job_timeout):
|
||||
tgt_type,
|
||||
gather_job_timeout=gather_job_timeout):
|
||||
|
||||
log.debug('fn_ret: %s', fn_ret)
|
||||
if fn_ret:
|
||||
for mid, _ in six.iteritems(fn_ret):
|
||||
log.debug('minion \'%s\' returned from ping', mid)
|
||||
|
Loading…
Reference in New Issue
Block a user