| Current Path : /var/www/pythonian/streamlit/.venv/lib64/python3.10/site-packages/aiohttp/ |
| Current File : /var/www/pythonian/streamlit/.venv/lib64/python3.10/site-packages/aiohttp/log.py |
import logging
access_logger = logging.getLogger("aiohttp.access")
client_logger = logging.getLogger("aiohttp.client")
internal_logger = logging.getLogger("aiohttp.internal")
server_logger = logging.getLogger("aiohttp.server")
web_logger = logging.getLogger("aiohttp.web")
ws_logger = logging.getLogger("aiohttp.websocket")