mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 23:36:50 +00:00
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:
parent
27a55af9bb
commit
ab17af9ca0
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user