Skip to content

keep consistent of logger.debug of asyncio.BaseProactorEventLoop with others of asyncio #128928

Open
@NewUserHa

Description

@NewUserHa

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

No one assigned

    Labels

    3.12bugs and security fixes3.13bugs and security fixes3.14new features, bugs and security fixesstdlibPython modules in the Lib dirtopic-asynciotriagedThe issue has been accepted as valid by a triager.type-bugAn unexpected behavior, bug, or error

    Projects

    • Status

      Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions