forked from torn8o/Home-AssistantConfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogger.yaml
executable file
·34 lines (32 loc) · 1.27 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
################################################################
## Logger
################################################################
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical
default: info
logs:
custom_components.telegram: debug
homeassistant.components.climate.ecobee: warn
homeassistant.components.sensor.command_line: warn
homeassistant.components.device_tracker.asuswrt: warn
homeassistant.components.discovery: warn
homeassistant.components.ecobee: warn
homeassistant.components.http: warn
homeassistant.components.sensor.apcupsd: error
homeassistant.components.sensor.yweather: warn
homeassistant.components.notify.telegram: warn
homeassistant.components.zone: warn
homeassistant.components.zwave: info
homeassistant.core: warn
phue: warn
plexapi: warn
pyicloud.base: warn
requests.exceptions: fatal
requests.exceptions.ConnectTimeout: fatal
requests.packages: fatal
homeassistant.components.automation: info
homeassistant.components.climate.nest: error
homeassistant.components.device_tracker: error
homeassistant.components.media_player: warn
homeassistant.components.recorder: warn
homeassistant.components.sensor.darksky: error
homeassistant.helpers.script: info