Skip to content

Commit b9540e4

Browse files
committed
uasyncio.core: Use "uasyncio.core" logger.
1 parent 808e0bb commit b9540e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uasyncio.core/uasyncio/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def set_debug(val):
1212
DEBUG = val
1313
if val:
1414
import logging
15-
log = logging.getLogger("uasyncio")
15+
log = logging.getLogger("uasyncio.core")
1616

1717

1818
class EventLoop:

0 commit comments

Comments
 (0)