-
Notifications
You must be signed in to change notification settings - Fork 30
/
logger.yaml
36 lines (34 loc) · 1.46 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
34
35
36
############################################################
#
# Logger You can filter anything betwen the []'s in the logger.
#
############################################################
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical
default: warn
logs:
# homeassistant.core: warn
# homeassistant.components.automation: error
# homeassistant.components.switch.broadlink: debug
# # homeassistant.components.switch: debug
# homeassistant.components.sensor.command_line: fatal
# homeassistant.components.sensor.miflora: error
# # homeassistant.components.binary_sensor: debug
# # homeassistant.components.python_script: debug
# homeassistant.components.api: error
# homeassistant.components.device_tracker: warn
# homeassistant.components.discovery: warn
# homeassistant.components.http: error
# homeassistant.components.media_player: error
# homeassistant.components.sensor.darksky: error
# homeassistant.components.zwave: debug
# homeassistant.components.zwave.util: error
# homeassistant.components.rfxtrx: error
# homeassistant.components.notify: error
# # homeassistant.helpers.script: info
# homeassistant.components.light: warn
# homeassistant.helpers.entity: error
# homeassistant.components.ffmpeg: debug
# homeassistant.components.ffmpeg_motion: debug
# homeassistant.components.xiaomi: debug
# homeassistant.components.device_tracker.owntracks: debug
root: warn