7 lines
90 B
Python
Raw Normal View History

"""Logging configuration."""
import logging
asyncio_log = logging.getLogger("asyncio")