cli logging bugfix

pull/8/head
Chris Caron 2018-02-25 20:45:12 -05:00
parent 70bdb947de
commit 17438fa22b
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ def _main(title, body, urls, notification_type, theme, verbose):
logger.setLevel(logging.INFO)
else:
logger.setLevel(logging.NONE)
logger.setLevel(logging.ERROR)
formatter = logging.Formatter('%(asctime)s - %(levelname)s - %(message)s')
ch.setFormatter(formatter)