2024-09-03 18:08:43 +00:00
|
|
|
#-------------------------------------------
|
|
|
|
# Logger Configuration for Home Assistant
|
2018-01-01 19:00:45 -05:00
|
|
|
#
|
2024-09-03 18:08:43 +00:00
|
|
|
# Description: This file controls the logging levels for various
|
|
|
|
# components of Home Assistant. You can filter log entries by
|
|
|
|
# adjusting the severity levels for each component.
|
2018-01-01 19:00:45 -05:00
|
|
|
#
|
2024-09-03 18:08:43 +00:00
|
|
|
# Log Severities (in order of increasing severity):
|
|
|
|
# notset, debug, info, warn, warning, error, fatal, critical
|
|
|
|
#
|
|
|
|
# Follow me on https://www.vcloudinfo.com/click-here
|
|
|
|
# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig
|
|
|
|
#-------------------------------------------
|
2018-01-01 19:00:45 -05:00
|
|
|
|
|
|
|
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
|
2024-05-25 00:23:12 +00:00
|
|
|
homeassistant.components.mqtt.discovery: critical
|
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
|
|
|
|