Broken out the Logging and logger functions. trying to get that log screen really useful.

This commit is contained in:
CCOSTAN
2017-03-03 20:32:34 +00:00
parent 47bcd0b312
commit fe929cbd78
2 changed files with 20 additions and 5 deletions

View File

@@ -87,11 +87,9 @@ history:
entities: entities:
- sensor.last_boot - sensor.last_boot
- sensor.date - sensor.date
logger: logger: !include logger.yaml
default: error
logs:
homeassistant.components.light: info
homeassistant.components.input_boolean: info
recorder: recorder:
purge_days: 7 purge_days: 7

17
logger.yaml Executable file
View File

@@ -0,0 +1,17 @@
############################################################
#
# Logger
#
############################################################
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical
default: info
logs:
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