Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
3364e7e62fa24d0e19133fb0f90b1c24ef1110c5
/
.
/
Lib
/
asyncio
/
log.py
blob: 23a7074afb0a53aa114341bdbf060ea68f543603 [
file
]
"""Logging configuration."""
import
logging
# Name the logger after the package.
logger
=
logging
.
getLogger
(
__package__
)