Make stderr logging level ERROR

This commit is contained in:
Keith Edmunds 2022-10-21 16:08:23 +01:00
parent 4f3769ae38
commit 72b0555271

View File

@ -50,7 +50,7 @@ class Config(object):
FADE_TIME = 3000
INFO_TAB_TITLE_LENGTH = 15
LAST_PLAYED_TODAY_STRING = "Today"
LOG_LEVEL_STDERR = logging.DEBUG
LOG_LEVEL_STDERR = logging.ERROR
LOG_LEVEL_SYSLOG = logging.DEBUG
LOG_NAME = "musicmuster"
MAIL_PASSWORD = os.environ.get('MAIL_PASSWORD')