mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Rename the logger to plain "logger".
This commit is contained in:
parent
b795aa8547
commit
fc29e0f37e
15 changed files with 61 additions and 60 deletions
|
@ -3,4 +3,5 @@
|
|||
import logging
|
||||
|
||||
|
||||
asyncio_log = logging.getLogger("asyncio")
|
||||
# Name the logger after the package.
|
||||
logger = logging.getLogger(__package__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue