-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlogger.yaml
39 lines (37 loc) · 1.44 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
37
38
39
############################################################
#
# Logger You can filter anything betwen the []'s in the logger.
#
############################################################
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical
default: info
logs:
root: warn
py.warnings: error
homeassistant.components.image_processing: critical
homeassistant.components.python_script: warning
homeassistant.components.camera.generic: critical
homeassistant.components.sensor.wunderground: critical
homeassistant.components.sensor.nzbget: critical
homeassistant.components.sensor.sonarr: critical
homeassistant.components.sensor.radarr: critical
homeassistant.components.media_player: critical
homeassistant.components.media_player.plex: critical
homeassistant.components.sensor.darksky: critical
pychromecast.socket_client: critical
aiohttp.access: critical
aiohttp.server: critical
haffmpeg.core: critical
pywemo.ouimeaux_device: critical
pywemo.ssdp: critical
homeassistant.helpers.entity: critical
homeassistant.components.http.ban: warning
homeassistant.components.automation: warn
homeassistant.components.climate.nest: warn
homeassistant.components.device_tracker: warn
homeassistant.components.discovery: warn
homeassistant.components.http: warn
homeassistant.components.zwave: warn
homeassistant.helpers.script: info
homeassistant.exceptions: info
homeassistant.components.ring: debug