2024-09-03 18:08:43 +00:00
|
|
|
#-------------------------------------------
|
|
|
|
# Logger Configuration for Home Assistant
|
2018-01-02 00:00:45 +00: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-02 00:00:45 +00: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-02 00:00:45 +00:00
|
|
|
|
|
|
|
default: info
|
|
|
|
logs:
|
|
|
|
aiohttp.access: critical
|
|
|
|
aiohttp.server: critical
|
2021-04-24 20:41:58 +00:00
|
|
|
aiounifi: error
|
2021-01-14 23:50:34 +00:00
|
|
|
custom_components.hacs: error
|
|
|
|
hacs: error
|
|
|
|
queueman: error
|
|
|
|
AIOGitHubAPI: error
|
2018-01-02 00:00:45 +00:00
|
|
|
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
|
2024-05-25 00:23:12 +00:00
|
|
|
homeassistant.components.mqtt.discovery: 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
|
2020-07-07 16:14:13 +00:00
|
|
|
homeassistant.components.sensor.pi_hole: critical
|
2020-07-29 20:46:26 +00:00
|
|
|
homeassistant.components.sensor.rest: info
|
2018-01-02 00:00:45 +00:00
|
|
|
homeassistant.components.sensor.darksky: warn
|
2020-07-07 16:14:13 +00:00
|
|
|
homeassistant.components.tplink.switch: error
|
2021-04-24 20:41:58 +00:00
|
|
|
homeassistant.components.unifi: error
|
|
|
|
homeassistant.components.device_tracker.unifi: error
|
|
|
|
homeassistant.components.switch.unifi: error
|
2018-01-02 00:00:45 +00:00
|
|
|
homeassistant.components.zwave: warn
|
2020-07-07 16:14:13 +00:00
|
|
|
homeassistant.exceptions: info
|
2018-01-02 00:00:45 +00:00
|
|
|
homeassistant.helpers.script: info
|
|
|
|
homeassistant.helpers.entity: critical
|
2020-06-06 21:05:04 +00:00
|
|
|
homeassistant.loader: warn
|
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
|
2019-05-16 20:21:58 +00:00
|
|
|
urllib3.connectionpool: error
|
2020-07-07 16:14:13 +00:00
|
|
|
requests.packages.urllib3.connectionpool: critical
|
2018-01-02 00:00:45 +00:00
|
|
|
root: warn
|
2022-12-22 15:04:00 +00:00
|
|
|
|