Adjusting logger levels
This commit is contained in:
parent
70d1061cd0
commit
b940239346
|
@ -27,12 +27,22 @@ logbook:
|
||||||
|
|
||||||
# Lets try to make the logs less chatty and more fine tuned.
|
# Lets try to make the logs less chatty and more fine tuned.
|
||||||
logger:
|
logger:
|
||||||
default: error
|
default: warning
|
||||||
logs:
|
logs:
|
||||||
homeassistant.core: warning
|
homeassistant.core: info
|
||||||
|
homeassistant.loader: error
|
||||||
homeassistant.components.recorder: error # to spot db issues
|
homeassistant.components.recorder: error # to spot db issues
|
||||||
homeassistant.config_entries: error
|
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:
|
history:
|
||||||
|
|
Loading…
Reference in New Issue