2
0
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:
Jarrod Johnson
2026-09-04 13:12:38 -04:00
committed by GitHub
-1
View File
@@ -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):