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