turn off debug logging for now
This commit is contained in:
@ -13,6 +13,7 @@ from datetime import datetime, timedelta
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger.setLevel(logging.INFO)
|
||||
|
||||
|
||||
class UnknownFeatureException(Exception):
|
||||
|
Reference in New Issue
Block a user