Home-AssistantConfig/logger.yaml
2017-03-03 20:51:44 +00:00

22 lines
696 B
YAML
Executable File

############################################################
#
# Logger
#
############################################################
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical
default: info
logs:
homeassistant.core: warn
homeassistant.components.automation: info
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
homeassistant.components.zwave: info
homeassistant.helpers.script: info