Clean up the Logger a bit. Dampen the logs a bit more to make them more useful.

This commit is contained in:
ccostan 2020-06-06 17:05:04 -04:00
parent 596f299187
commit a8c36081e6
1 changed files with 3 additions and 3 deletions

View File

@ -10,10 +10,8 @@ default: info
logs: logs:
aiohttp.access: critical aiohttp.access: critical
aiohttp.server: critical aiohttp.server: critical
custom_components.media_player.floorplan_speaker: error
custom_components.media_player.living_room: info
homeassistant.core: error homeassistant.core: error
homeassistant.components.automation: warn homeassistant.components.automation: info
homeassistant.components.binary_sensor: error homeassistant.components.binary_sensor: error
homeassistant.components.climate.nest: warn homeassistant.components.climate.nest: warn
homeassistant.components.device_tracker: error homeassistant.components.device_tracker: error
@ -30,9 +28,11 @@ logs:
homeassistant.components.zwave: warn homeassistant.components.zwave: warn
homeassistant.helpers.script: info homeassistant.helpers.script: info
homeassistant.helpers.entity: critical homeassistant.helpers.entity: critical
homeassistant.loader: warn
homeassistant.exceptions: info homeassistant.exceptions: info
pubnub: critical pubnub: critical
py.warnings: error py.warnings: error
pyhap.hap_server: warn
requests.packages.urllib3.connectionpool: critical requests.packages.urllib3.connectionpool: critical
urllib3.connectionpool: error urllib3.connectionpool: error
root: warn root: warn