mirror of
https://github.com/home-assistant/core.git
synced 2025-05-07 23:49:17 +00:00
Link to dicttoxml excessive INFO logging issue (#19575)
This commit is contained in:
parent
1428919f98
commit
a6e091f60f
@ -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…
x
Reference in New Issue
Block a user