From ab17af9ca030c352b64c4452fb0436a36c12397c Mon Sep 17 00:00:00 2001 From: stu247 Date: Tue, 2 Mar 2021 08:09:14 -0600 Subject: [PATCH] Document logging default log severity level (#16801) Python module logging has a default log level of warning. If logger integration is not enabled, then Home Assistant uses log level of warning. --- source/_integrations/logger.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/logger.markdown b/source/_integrations/logger.markdown index bc797d0c154..e61bca4380a 100644 --- a/source/_integrations/logger.markdown +++ b/source/_integrations/logger.markdown @@ -22,6 +22,8 @@ add the following to your `configuration.yaml` file: logger: ``` +The log severity level is `warning` if the logger integration is not enabled in `configuration.yaml`. + To log all messages and ignore events lower than critical for specified components: