2017-03-03 20:32:34 +00:00
|
|
|
############################################################
|
|
|
|
#
|
2017-04-03 15:02:07 +00:00
|
|
|
# Logger You can filter anything betwen the []'s in the logger.
|
2017-03-03 20:32:34 +00:00
|
|
|
#
|
|
|
|
############################################################
|
|
|
|
|
|
|
|
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical
|
|
|
|
|
|
|
|
default: info
|
|
|
|
logs:
|
2017-03-03 20:44:35 +00:00
|
|
|
homeassistant.core: warn
|
2017-03-03 20:51:44 +00:00
|
|
|
homeassistant.components.automation: info
|
2017-03-03 20:32:34 +00:00
|
|
|
homeassistant.components.climate.nest: error
|
|
|
|
homeassistant.components.device_tracker: error
|
|
|
|
homeassistant.components.discovery: warn
|
|
|
|
homeassistant.components.http: error
|
|
|
|
homeassistant.components.media_player: warn
|
|
|
|
homeassistant.components.recorder: warn
|
|
|
|
homeassistant.components.sensor.darksky: error
|
2017-03-03 20:44:35 +00:00
|
|
|
homeassistant.components.zwave: info
|
|
|
|
homeassistant.helpers.script: info
|
2017-03-31 15:42:04 +00:00
|
|
|
root: warn
|