diff --git a/python/ttn-receiver.py b/python/ttn-receiver.py index 65f6acf..3cb4831 100644 --- a/python/ttn-receiver.py +++ b/python/ttn-receiver.py @@ -16,7 +16,7 @@ import logging import lorautil -log.setLevel(logging.DEBUG) +logging.root.setLevel(logging.DEBUG) log = logging.getLogger(__name__) #Call back functions