From ebaecdb9d6fdea313304af0ca07740c7fa35608f Mon Sep 17 00:00:00 2001 From: badele Date: Sun, 8 Nov 2015 11:29:56 +0100 Subject: [PATCH] Fix flake & pylint --- homeassistant/components/logger.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/logger.py b/homeassistant/components/logger.py index 2b3f4174bb1..ea12cc0c58b 100644 --- a/homeassistant/components/logger.py +++ b/homeassistant/components/logger.py @@ -8,14 +8,16 @@ https://home-assistant.io/components/logger.html Sample configuration -# By default log all messages and ignore log event lowest than critical for custom omponents +# By default log all messages and ignore log event lowest than critical +# for custom omponents logger: default: info logs: homeassistant.components.device_tracker: critical homeassistant.components.camera: critical -# By default ignore all messages lowest than critical and log event for custom components +# By default ignore all messages lowest than critical and log event +# for custom components logger: default: critical logs: