-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathlogger.yaml
23 lines (23 loc) · 865 Bytes
/
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
default: warning
logs:
requests.packages.urllib3.connectionpool: critical
frontend.js.latest: critical
py.warnings: critical
homeassistant.components.analytics: info
alexapy.helpers: error
#alexapy: debug
#homeassistant.components.ssdp: debug
#homeassistant.components.mqtt: debug
#homeassistant.components.mqtt.discovery: debug
#homeassistant.components.waze_travel_time: debug
#homeassistant.components.zwave_js: debug
#haffmpeg.core: debug
filters:
homeassistant.components.automation:
- "Already running$"
homeassistant.components.script:
- "Already running$"
homeassistant.components.zwave_js:
- "^Passing the zwave_js.multicast_set_value service call to the zwave_js.set_value service since only one node was targeted$"
homeassistant.components.compensation.sensor:
- "attribute volume_level is not numerical$"