mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Shutdown the multiprocessing logging queue listener
This commit is contained in:
parent
f648a3ab8b
commit
37924b2843
1 changed files with 2 additions and 0 deletions
|
@ -689,6 +689,8 @@ class TestDaemon(object):
|
|||
pass
|
||||
self._exit_mockbin()
|
||||
self._exit_ssh()
|
||||
# Shutdown the multiprocessing logging queue listener
|
||||
salt_log_setup.shutdown_multiprocessing_logging_listener()
|
||||
|
||||
def pre_setup_minions(self):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue