Trying to make the HA log less chatty and more focused
This commit is contained in:
parent
a411899190
commit
806a0490d8
|
@ -138,11 +138,14 @@ logbook:
|
||||||
- automation
|
- automation
|
||||||
- script
|
- script
|
||||||
|
|
||||||
|
# Lets try to make the logs less chatty and more fine tuned.
|
||||||
logger:
|
logger:
|
||||||
default: warning
|
default: critical
|
||||||
#logs:
|
logs:
|
||||||
|
homeassistant.core: warning
|
||||||
# homeassistant.components.sensor.alpha_vantage: debug
|
homeassistant.components.recorder: error # to spot db issues
|
||||||
|
homeassistant.config_entries: error
|
||||||
|
homeassistant.setup: error
|
||||||
|
|
||||||
|
|
||||||
history:
|
history:
|
||||||
|
|
Loading…
Reference in New Issue