Silence harmless sonos data structure warnings (#12767)

This commit is contained in:
Anders Melchiorsen 2018-02-28 03:04:00 +01:00 committed by Paulus Schoutsen
parent eeb9992fde
commit 3a2c3fe589

View File

@ -32,6 +32,7 @@ _LOGGER = logging.getLogger(__name__)
# Quiet down soco logging to just actual problems.
logging.getLogger('soco').setLevel(logging.WARNING)
logging.getLogger('soco.data_structures_entry').setLevel(logging.ERROR)
_SOCO_SERVICES_LOGGER = logging.getLogger('soco.services')
SUPPORT_SONOS = SUPPORT_VOLUME_SET | SUPPORT_VOLUME_MUTE |\