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

@ -22,7 +22,7 @@ from .libs.replication.replication.exception import NonAuthorizedOperationError
from .libs.replication.replication.interface import Session
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
logger.setLevel(logging.ERROR)
client = None
delayables = []