uasyncio.core: Use "uasyncio.core" logger.

pull/188/head
Paul Sokolovsky 2017-06-08 02:44:28 +03:00
rodzic 808e0bba0c
commit b9540e4afe
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ def set_debug(val):
DEBUG = val
if val:
import logging
log = logging.getLogger("uasyncio")
log = logging.getLogger("uasyncio.core")
class EventLoop: