2018-01-01 19:00:45 -05: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
|
2021-04-24 16:41:58 -04:00
|
|
|
aiounifi: error
|
2021-01-14 18:50:34 -05:00
|
|
|
custom_components.hacs: error
|
|
|
|
hacs: error
|
|
|
|
queueman: error
|
|
|
|
AIOGitHubAPI: error
|
2018-01-01 19:00:45 -05:00
|
|
|
homeassistant.core: error
|
2020-06-07 15:39:03 -04:00
|
|
|
homeassistant.config_entries: error
|
2020-06-07 13:57:55 -04:00
|
|
|
homeassistant.components.automation: warn
|
2018-01-01 19:00:45 -05:00
|
|
|
homeassistant.components.binary_sensor: error
|
|
|
|
homeassistant.components.climate.nest: warn
|
|
|
|
homeassistant.components.device_tracker: error
|
|
|
|
homeassistant.components.discovery: warn
|
2020-05-03 18:15:42 -04:00
|
|
|
homeassistant.components.feedreader: error
|
2018-01-01 19:00:45 -05:00
|
|
|
homeassistant.components.http: warn
|
2020-06-05 14:24:37 -04:00
|
|
|
homeassistant.components.ipp: critical
|
2018-09-24 17:16:10 -04:00
|
|
|
homeassistant.components.media_player: info
|
2020-05-03 18:18:16 -04:00
|
|
|
homeassistant.components.rest.sensor: critical
|
2018-01-01 19:00:45 -05:00
|
|
|
homeassistant.components.recorder: error
|
2020-07-07 12:14:13 -04:00
|
|
|
homeassistant.components.sensor.pi_hole: critical
|
2020-07-29 16:46:26 -04:00
|
|
|
homeassistant.components.sensor.rest: info
|
2018-01-01 19:00:45 -05:00
|
|
|
homeassistant.components.sensor.darksky: warn
|
2020-07-07 12:14:13 -04:00
|
|
|
homeassistant.components.tplink.switch: error
|
2021-04-24 16:41:58 -04:00
|
|
|
homeassistant.components.unifi: error
|
|
|
|
homeassistant.components.device_tracker.unifi: error
|
|
|
|
homeassistant.components.switch.unifi: error
|
2018-01-01 19:00:45 -05:00
|
|
|
homeassistant.components.zwave: warn
|
2020-07-07 12:14:13 -04:00
|
|
|
homeassistant.exceptions: info
|
2018-01-01 19:00:45 -05:00
|
|
|
homeassistant.helpers.script: info
|
|
|
|
homeassistant.helpers.entity: critical
|
2020-06-06 17:05:04 -04:00
|
|
|
homeassistant.loader: warn
|
2019-05-16 16:21:58 -04:00
|
|
|
pubnub: critical
|
2018-01-01 19:00:45 -05:00
|
|
|
py.warnings: error
|
2020-06-06 17:05:04 -04:00
|
|
|
pyhap.hap_server: warn
|
2019-05-16 16:21:58 -04:00
|
|
|
urllib3.connectionpool: error
|
2020-07-07 12:14:13 -04:00
|
|
|
requests.packages.urllib3.connectionpool: critical
|
2018-01-01 19:00:45 -05:00
|
|
|
root: warn
|
2022-12-22 10:04:00 -05:00
|
|
|
|