Trying to make the HA log less chatty and more focused

This commit is contained in:
Jeffrey Stone 2020-06-09 08:25:58 -04:00
parent a411899190
commit 806a0490d8
1 changed files with 7 additions and 4 deletions

View File

@ -138,11 +138,14 @@ logbook:
- automation
- script
# Lets try to make the logs less chatty and more fine tuned.
logger:
default: warning
#logs:
# homeassistant.components.sensor.alpha_vantage: debug
default: critical
logs:
homeassistant.core: warning
homeassistant.components.recorder: error # to spot db issues
homeassistant.config_entries: error
homeassistant.setup: error
history: