You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
696 B
22 lines
696 B
############################################################
|
|
#
|
|
# 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
|