Open
Description
Bug report
Bug description:
import logging, asyncio
logging.root.setLevel(logging.DEBUG)
async def a():
await asyncio.sleep(1)
asyncio.run(a())
DEBUG:asyncio:Using proactor: IocpProactor
it should keep consistent with other loggings of asyncio
CPython versions tested on:
3.12
Operating systems tested on:
Windows
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Todo