From 369dd06ca91293a537ad639f8aa019c54a037b3c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 13 Nov 2016 20:54:58 +0100 Subject: [PATCH] Setup logformat in lorautil --- python/lorautil.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/lorautil.py b/python/lorautil.py index 2d903e4..ab16019 100644 --- a/python/lorautil.py +++ b/python/lorautil.py @@ -15,6 +15,7 @@ import time import websocket +logging.basicConfig(format='%(levelname)s: %(message)s') log = logging.getLogger(__name__) dbname="lorawan"