Link to dicttoxml excessive INFO logging issue (#19575)
This commit is contained in:
parent
1428919f98
commit
a6e091f60f
1 changed files with 1 additions and 0 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Reference in a new issue