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.
This commit is contained in:
stu247 2021-03-02 08:09:14 -06:00 committed by GitHub
parent 27a55af9bb
commit ab17af9ca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: