kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio.core: Use "uasyncio.core" logger.
rodzic
808e0bba0c
commit
b9540e4afe
|
@ -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:
|
||||
|
|
Ładowanie…
Reference in New Issue