diff --git a/confluent_server/confluent/main.py b/confluent_server/confluent/main.py index 4d0fe881..0ef163a3 100644 --- a/confluent_server/confluent/main.py +++ b/confluent_server/confluent/main.py @@ -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):