Files
server/opt/plesk/python/3/lib/python3.10/asyncio/log.py
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

8 lines
124 B
Python

"""Logging configuration."""
import logging
# Name the logger after the package.
logger = logging.getLogger(__package__)