Home-AssistantConfig/config/logger.yaml

56 lines
2.0 KiB
YAML
Raw Normal View History

#-------------------------------------------
# Logger Configuration for Home Assistant
2018-01-02 00:00:45 +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
#
# 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
aiounifi: error
custom_components.hacs: error
hacs: error
queueman: error
AIOGitHubAPI: error
2018-01-02 00:00:45 +00:00
homeassistant.core: error
homeassistant.config_entries: error
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
homeassistant.components.feedreader: error
2018-01-02 00:00:45 +00:00
homeassistant.components.http: warn
homeassistant.components.ipp: critical
homeassistant.components.media_player: info
homeassistant.components.mqtt.discovery: critical
homeassistant.components.rest.sensor: critical
2018-01-02 00:00:45 +00:00
homeassistant.components.recorder: error
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
homeassistant.components.tplink.switch: error
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
homeassistant.exceptions: info
2018-01-02 00:00:45 +00:00
homeassistant.helpers.script: info
homeassistant.helpers.entity: critical
homeassistant.loader: warn
pubnub: critical
2018-01-02 00:00:45 +00:00
py.warnings: error
pyhap.hap_server: warn
urllib3.connectionpool: error
requests.packages.urllib3.connectionpool: critical
2018-01-02 00:00:45 +00:00
root: warn