forked from jackjohnsonuk/homeassistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogger.yaml
executable file
·30 lines (28 loc) · 1.09 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
############################################################
# Logger
############################################################
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical
default: info
logs:
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.camera: critical
homeassistant.components.zwave: warn
homeassistant.helpers.script: info
homeassistant.helpers.entity: critical
homeassistant.exceptions: info
py.warnings: error
requests.packages.urllib3: critical
requests.packages.urllib3.connectionpool: critical
root: warn
custom_components.custom_updater: debug