Skip to content

Commit

Permalink
Adjusting logger levels
Browse files Browse the repository at this point in the history
  • Loading branch information
thejeffreystone committed Nov 28, 2020
1 parent 70d1061 commit b940239
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions config/packages/database.yaml
Expand Up @@ -27,12 +27,22 @@ logbook:

# Lets try to make the logs less chatty and more fine tuned.
logger:
default: error
default: warning
logs:
homeassistant.core: warning
homeassistant.core: info
homeassistant.loader: error
homeassistant.components.recorder: error # to spot db issues
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:
Expand Down

0 comments on commit b940239

Please sign in to comment.