Skip to content

Commit

Permalink
uasyncio.core: example_call_soon.py: Add logging setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalcon committed Feb 4, 2018
1 parent bc14f2f commit 85c82e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions uasyncio.core/example_call_soon.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import uasyncio.core as asyncio
import time
import logging
logging.basicConfig(level=logging.DEBUG)
#asyncio.set_debug(True)


def cb():
Expand Down

0 comments on commit 85c82e7

Please sign in to comment.