From a8c36081e61e9b6dd7d89c6660c7bbbd9bf81c34 Mon Sep 17 00:00:00 2001 From: ccostan Date: Sat, 6 Jun 2020 17:05:04 -0400 Subject: [PATCH] Clean up the Logger a bit. Dampen the logs a bit more to make them more useful. --- config/logger.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/logger.yaml b/config/logger.yaml index eed56213..69b4e001 100755 --- a/config/logger.yaml +++ b/config/logger.yaml @@ -10,10 +10,8 @@ default: info logs: aiohttp.access: critical aiohttp.server: critical - custom_components.media_player.floorplan_speaker: error - custom_components.media_player.living_room: info homeassistant.core: error - homeassistant.components.automation: warn + homeassistant.components.automation: info homeassistant.components.binary_sensor: error homeassistant.components.climate.nest: warn homeassistant.components.device_tracker: error @@ -30,9 +28,11 @@ logs: homeassistant.components.zwave: warn homeassistant.helpers.script: info homeassistant.helpers.entity: critical + homeassistant.loader: warn homeassistant.exceptions: info pubnub: critical py.warnings: error + pyhap.hap_server: warn requests.packages.urllib3.connectionpool: critical urllib3.connectionpool: error root: warn