2018-01-02 00:00:45 +00:00
|
|
|
############################################################
|
|
|
|
#
|
|
|
|
# Logger You can filter anything betwen the []'s in the logger.
|
|
|
|
#
|
|
|
|
############################################################
|
|
|
|
|
|
|
|
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical
|
|
|
|
|
|
|
|
default: info
|
|
|
|
logs:
|
|
|
|
aiohttp.access: critical
|
|
|
|
aiohttp.server: critical
|
|
|
|
homeassistant.core: error
|
2020-06-07 19:39:03 +00:00
|
|
|
homeassistant.config_entries: error
|
2020-06-07 17:57:55 +00:00
|
|
|
homeassistant.components.automation: warn
|
2018-01-02 00:00:45 +00:00
|
|
|
homeassistant.components.binary_sensor: error
|
|
|
|
homeassistant.components.climate.nest: warn
|
|
|
|
homeassistant.components.device_tracker: error
|
|
|
|
homeassistant.components.discovery: warn
|
2020-05-03 22:15:42 +00:00
|
|
|
homeassistant.components.feedreader: error
|
2018-01-02 00:00:45 +00:00
|
|
|
homeassistant.components.http: warn
|
2020-06-05 18:24:37 +00:00
|
|
|
homeassistant.components.ipp: critical
|
2018-09-24 21:16:10 +00:00
|
|
|
homeassistant.components.media_player: info
|
2018-01-02 00:00:45 +00:00
|
|
|
homeassistant.components.sensor.pi_hole: critical
|
2018-04-12 20:05:19 +00:00
|
|
|
homeassistant.components.sensor.rest: critical
|
2020-05-03 22:18:16 +00:00
|
|
|
homeassistant.components.rest.sensor: critical
|
2018-01-02 00:00:45 +00:00
|
|
|
homeassistant.components.recorder: error
|
|
|
|
homeassistant.components.sensor.darksky: warn
|
|
|
|
homeassistant.components.zwave: warn
|
|
|
|
homeassistant.helpers.script: info
|
|
|
|
homeassistant.helpers.entity: critical
|
2020-06-06 21:05:04 +00:00
|
|
|
homeassistant.loader: warn
|
2018-01-02 00:00:45 +00:00
|
|
|
homeassistant.exceptions: info
|
2019-05-16 20:21:58 +00:00
|
|
|
pubnub: critical
|
2018-01-02 00:00:45 +00:00
|
|
|
py.warnings: error
|
2020-06-06 21:05:04 +00:00
|
|
|
pyhap.hap_server: warn
|
2018-01-10 01:17:34 +00:00
|
|
|
requests.packages.urllib3.connectionpool: critical
|
2019-05-16 20:21:58 +00:00
|
|
|
urllib3.connectionpool: error
|
2018-01-02 00:00:45 +00:00
|
|
|
root: warn
|
2018-01-19 23:15:53 +00:00
|
|
|
skybellpy: warn
|