Add logging

This commit is contained in:
Nico Schottelius 2016-11-12 20:01:34 +01:00
commit f82ff4fb88
2 changed files with 7 additions and 6 deletions

View file

@ -7,6 +7,7 @@
import lorautil
import logging
log = logging.getLogger("notify")
log.setLevel(logging.DEBUG)