Skip to content

Commit 85c82e7

Browse files
committed
uasyncio.core: example_call_soon.py: Add logging setup.
1 parent bc14f2f commit 85c82e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

uasyncio.core/example_call_soon.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import uasyncio.core as asyncio
22
import time
3+
import logging
4+
logging.basicConfig(level=logging.DEBUG)
5+
#asyncio.set_debug(True)
36

47

58
def cb():

0 commit comments

Comments
 (0)