mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add debug log when connecting
This commit is contained in:
parent
4f81432321
commit
c4d7a4352c
1 changed files with 1 additions and 0 deletions
|
@ -894,6 +894,7 @@ class ZeroMQPubServerChannel(salt.transport.server.PubServerChannel):
|
|||
pull_uri = 'ipc://{0}'.format(
|
||||
os.path.join(self.opts['sock_dir'], 'publish_pull.ipc')
|
||||
)
|
||||
log.debug("Connecting to pub server: %s", pull_uri)
|
||||
self.pub_sock.connect(pull_uri)
|
||||
return self._sock_data.sock
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue