Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ed1007c0d74e658d1e6c9b51b12ce7501eb8cbf9
/
.
/
Lib
/
asyncio
/
log.py
blob: 23a7074afb0a53aa114341bdbf060ea68f543603 [
file
] [
log
] [
blame
]
"""Logging configuration."""
import
logging
# Name the logger after the package.
logger
=
logging
.
getLogger
(
__package__
)