DIR: /proc/1784574/task/1784574/root/lib/python3.11/asyncio/ |
Current File : //proc/1784574/task/1784574/root/lib/python3.11/asyncio/log.py |
"""Logging configuration.""" import logging # Name the logger after the package. logger = logging.getLogger(__package__) |