mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-03 23:41:36 +01:00
Rephrase log level inclusivity. (#3250)
This commit is contained in:
parent
5e1379800a
commit
d8dfa62a25
@ -9,9 +9,8 @@ Logger Component
|
||||
|
||||
The logger component automatically logs all log messages through the
|
||||
serial port and through MQTT topics (if there is an MQTT client in the
|
||||
configuration). By default, all logs with a severity higher than
|
||||
``DEBUG`` will be shown. Decreasing the log level can help with the
|
||||
performance of the application and memory size.
|
||||
configuration). By default, all logs with a severity ``DEBUG`` or higher will be shown.
|
||||
Increasing the log level severity (to e.g ``INFO`` or ``WARNING``) can help with the performance of the application and memory size.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user