Adjusting logger levels

This commit is contained in:
Jeffrey Stone 2020-11-27 20:47:13 -05:00
parent 70d1061cd0
commit b940239346
1 changed files with 13 additions and 3 deletions

View File

@ -27,12 +27,22 @@ logbook:
# Lets try to make the logs less chatty and more fine tuned.
logger:
default: error
default: warning
logs:
homeassistant.core: warning
homeassistant.core: info
homeassistant.loader: error
homeassistant.components.recorder: error # to spot db issues
homeassistant.config_entries: error
homeassistant.setup: error
homeassistant.setup: error
homeassistant.components.roku: critical
homeassistant.helpers.entity: critical
homeassistant.components.automation: error
homeassistant.components.tplink: error
homeassistant.components.waze_travel_time: error
homeassistant.components.statistics.sensor: critical
homeassistant.components.nws: error
homeassistant.components.wemo: error
homeassistant.helpers.event: critical
history: