mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-04 20:17:58 +00:00
Merge pull request #294 from Obihoernchen/fix/loop-debug-default
Leave asyncio debug mode off by default
This commit is contained in:
@@ -346,7 +346,6 @@ async def asyncrun(args):
|
||||
_redirectoutput()
|
||||
if havefcntl:
|
||||
_updatepidfile()
|
||||
asyncio.get_running_loop().set_debug(True)
|
||||
global _stopevent
|
||||
_stopevent = asyncio.Event()
|
||||
for stopsig in (signal.SIGINT, signal.SIGTERM):
|
||||
|
||||
Reference in New Issue
Block a user