removing database for a bit...weird issue after rpi4 migration

This commit is contained in:
Jeffrey Stone 2020-08-21 23:36:06 -04:00
parent 38c82e264b
commit 456eb2ab8c
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
############################################################################### ###############################################################################
recorder: recorder:
db_url: !secret database #db_url: !secret database
purge_keep_days: 2 purge_keep_days: 2
exclude: exclude:
domains: domains:
@ -27,7 +27,7 @@ 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: critical default: error
logs: logs:
homeassistant.core: warning homeassistant.core: warning
homeassistant.components.recorder: error # to spot db issues homeassistant.components.recorder: error # to spot db issues