turn off debug logging for now

This commit is contained in:
Jakob Ketterl 2022-06-01 16:19:24 +02:00
parent 6b43ddf920
commit f018ef1d81
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ from datetime import datetime, timedelta
import logging
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
class UnknownFeatureException(Exception):