diff --git a/owrx/__main__.py b/owrx/__main__.py index c679fca..950a915 100644 --- a/owrx/__main__.py +++ b/owrx/__main__.py @@ -17,8 +17,8 @@ import argparse import logging -logger = logging.getLogger(__name__) logging.basicConfig(level=logging.DEBUG, format="%(asctime)s - %(name)s - %(levelname)s - %(message)s") +logger = logging.getLogger(__name__) class ThreadedHttpServer(ThreadingMixIn, HTTPServer):