Skip to content
Snippets Groups Projects
Commit a6e091f6 authored by Ville Skyttä's avatar Ville Skyttä Committed by Fabian Affolter
Browse files

Link to dicttoxml excessive INFO logging issue (#19575)

parent 1428919f
Branches
Tags
No related merge requests found
...@@ -22,6 +22,7 @@ from homeassistant.util import Throttle ...@@ -22,6 +22,7 @@ from homeassistant.util import Throttle
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
# dicttoxml (used by huawei-lte-api) has uselessly verbose INFO level. # dicttoxml (used by huawei-lte-api) has uselessly verbose INFO level.
# https://github.com/quandyfactory/dicttoxml/issues/60
logging.getLogger('dicttoxml').setLevel(logging.WARNING) logging.getLogger('dicttoxml').setLevel(logging.WARNING)
REQUIREMENTS = ['huawei-lte-api==1.0.16'] REQUIREMENTS = ['huawei-lte-api==1.0.16']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment