Rephrase log level inclusivity. (#3250)

This commit is contained in:
RoboMagus 2023-10-09 20:39:23 +02:00 committed by GitHub
parent 5e1379800a
commit d8dfa62a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

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