mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Don't enable debug mode on the IOLoop
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
db38c751df
commit
5aba669eb4
1 changed files with 0 additions and 1 deletions
|
@ -914,7 +914,6 @@ class PublishServer(salt.transport.base.DaemonizedPublishServer):
|
|||
async def publisher(self, publish_payload, ioloop=None):
|
||||
if ioloop is None:
|
||||
ioloop = tornado.ioloop.IOLoop.current()
|
||||
ioloop.asyncio_loop.set_debug(True)
|
||||
self.daemon_context = zmq.asyncio.Context()
|
||||
(
|
||||
self.daemon_pull_sock,
|
||||
|
|
Loading…
Add table
Reference in a new issue