Commit 50dda137 by serpucga

Forgot to add main module logger

parent 7ff9ad26
......@@ -26,6 +26,7 @@ if args.verbose:
else:
logging.basicConfig(
level=logging.ERROR, format=logformat, datefmt=dateformat)
logger = logging.getLogger(__name__)
# Initialize some variables
script_dir = os.path.dirname(__file__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment