initialize logging first
This commit is contained in:
parent
ae729990ca
commit
96ada02e38
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user