openmedialibrary_platform_w.../Lib/asyncio/log.py

8 lines
131 B
Python
Raw Normal View History

2019-01-20 10:35:31 +00:00
"""Logging configuration."""
import logging
# Name the logger after the package.
logger = logging.getLogger(__package__)