diff --git a/owrx/map.py b/owrx/map.py index f70d1cc..779696b 100644 --- a/owrx/map.py +++ b/owrx/map.py @@ -8,6 +8,7 @@ import sys import logging logger = logging.getLogger(__name__) +logger.setLevel(logging.INFO) class Location(object):