mirror of
https://github.com/caronc/apprise.git
synced 2025-03-14 14:58:43 +01:00
cli logging bugfix
This commit is contained in:
parent
70bdb947de
commit
17438fa22b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user