You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
325 B

4 years ago
  1. import logging
  2. access_logger = logging.getLogger('aiohttp.access')
  3. client_logger = logging.getLogger('aiohttp.client')
  4. internal_logger = logging.getLogger('aiohttp.internal')
  5. server_logger = logging.getLogger('aiohttp.server')
  6. web_logger = logging.getLogger('aiohttp.web')
  7. ws_logger = logging.getLogger('aiohttp.websocket')