archive
/
md-pdf
Archived
1
Fork 0

Fix logging

This commit is contained in:
Jake Howard 2017-04-05 13:43:47 +01:00
parent b839fe28ee
commit eef4519c73
1 changed files with 0 additions and 1 deletions

View File

@ -15,4 +15,3 @@ def set_verbosity(args):
level = min(args.verbose, len(LOG_LEVELS) - 1)
verbosity = safe_list_get(LOG_LEVELS, level, logging.NOTSET)
logging.basicConfig(format=FORMAT, level=verbosity)