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