forked from CCOSTAN/Home-AssistantConfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogger.yaml
executable file
·33 lines (31 loc) · 1.16 KB
/
logger.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
############################################################
#
# 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
custom_components.media_player.floorplan_speaker: error
homeassistant.core: error
homeassistant.components.automation: warn
homeassistant.components.binary_sensor: error
homeassistant.components.climate.nest: warn
homeassistant.components.device_tracker: error
homeassistant.components.discovery: warn
homeassistant.components.feedreader: warn
homeassistant.components.http: warn
homeassistant.components.media_player: warn
homeassistant.components.sensor.pi_hole: critical
homeassistant.components.recorder: error
homeassistant.components.sensor.darksky: warn
homeassistant.components.zwave: warn
homeassistant.helpers.script: info
homeassistant.helpers.entity: critical
homeassistant.exceptions: info
py.warnings: error
requests.packages.urllib3.connectionpool: critical
root: warn
skybellpy: warn