Minor update

This commit is contained in:
Miroslav Stampar 2015-01-26 08:59:10 +01:00
parent f0eac38ab4
commit eb548959b3

View File

@ -41,4 +41,4 @@ FORMATTER = logging.Formatter("\r[%(asctime)s] [%(levelname)s] %(message)s", "%H
LOGGER_HANDLER.setFormatter(FORMATTER)
LOGGER.addHandler(LOGGER_HANDLER)
LOGGER.setLevel(logging.WARN)
LOGGER.setLevel(logging.INFO)