Drop `asyncio_bp` loglevel setting by default

aio_abandons
Tyler Goodlet 2024-07-29 17:53:52 -04:00
parent 89127614d5
commit 110a023a03
1 changed files with 1 additions and 3 deletions

View File

@ -83,15 +83,13 @@ async def main(
debug_mode=True,
maybe_enable_greenback=True,
# loglevel='devx',
# loglevel='runtime',
) as n:
ptl: Portal = await n.start_actor(
'aio_daemon',
enable_modules=[__name__],
infect_asyncio=True,
debug_mode=True,
loglevel='cancel',
# loglevel='cancel',
)
async with ptl.open_context(