From 806a0490d87cf7feb6bf80025940f7c2e3d6ab54 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Tue, 9 Jun 2020 08:25:58 -0400 Subject: [PATCH] Trying to make the HA log less chatty and more focused --- config/configuration.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/config/configuration.yaml b/config/configuration.yaml index 8b0c284..815b3e9 100644 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -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: