Link to dicttoxml excessive INFO logging issue (#19575)

This commit is contained in:
Ville Skyttä 2018-12-26 15:16:08 +02:00 committed by Fabian Affolter
parent 1428919f98
commit a6e091f60f

View file

@ -22,6 +22,7 @@ from homeassistant.util import Throttle
_LOGGER = logging.getLogger(__name__)
# dicttoxml (used by huawei-lte-api) has uselessly verbose INFO level.
# https://github.com/quandyfactory/dicttoxml/issues/60
logging.getLogger('dicttoxml').setLevel(logging.WARNING)
REQUIREMENTS = ['huawei-lte-api==1.0.16']