mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Make sure the mp logging queue listener is configured
This commit is contained in:
parent
49e48b4378
commit
8f3199f933
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,7 @@ import salt.output
|
|||
import salt.version
|
||||
import salt.utils
|
||||
import salt.utils.process
|
||||
import salt.log.setup as salt_log_setup
|
||||
from salt.utils import fopen, get_colors
|
||||
from salt.utils.verify import verify_env
|
||||
from salt.utils.immutabletypes import freeze
|
||||
|
@ -178,6 +179,9 @@ class TestDaemon(object):
|
|||
'''
|
||||
Start a master and minion
|
||||
'''
|
||||
# Setup the multiprocessing logging queue listener
|
||||
salt_log_setup.setup_multiprocessing_logging_listener()
|
||||
|
||||
# Set up PATH to mockbin
|
||||
self._enter_mockbin()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue