fix: renderer error

clean: logging configuration
This commit is contained in:
Swann Martinez
2019-10-16 10:53:08 +02:00
parent 485e2527fe
commit ca0fb7c76f
6 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ from . import environment, presence
from .libs import dump_anything
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
logger.setLevel(logging.ERROR)
def find_from_attr(attr_name, attr_value, list):