From ad1cd15cda9a7abda422e6b30c3c469736484cb6 Mon Sep 17 00:00:00 2001 From: linuxlurak Date: Fri, 30 Dec 2016 13:47:12 +0100 Subject: [PATCH] Update logger.markdown (#1674) --- source/_components/logger.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/_components/logger.markdown b/source/_components/logger.markdown index 3cb7a36d2f5..c6b2bc1072b 100644 --- a/source/_components/logger.markdown +++ b/source/_components/logger.markdown @@ -15,7 +15,11 @@ The logger component lets you define the level of logging activities in Home Ass To enable the logger in your installation, add the following to your `configuration.yaml` file: -By default log all messages and ignore events lower than critical for specified components. +To have a full log and log everything only this entry is needed (without any qualifier): +```yaml +logger: +``` +To log all messages and ignore events lower than critical for specified components. ```yaml # Example configuration.yaml entry @@ -26,7 +30,7 @@ logger: homeassistant.components.camera: critical ``` -By default ignore all messages lower than critical and log event for specified components. +To ignore all messages lower than critical and log event for specified components. ```yaml # Example configuration.yaml entry