From ef188103158d12cf171f382f452dc5decbd4e4ce Mon Sep 17 00:00:00 2001 From: VivantSenior <49829548+VivantSenior@users.noreply.github.com> Date: Sat, 3 Feb 2024 12:16:23 +0100 Subject: [PATCH] Update logger.rst (#3588) No logger level "WARNING". Should be "WARN" --- components/logger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/logger.rst b/components/logger.rst index 4db85eb2c..8fe5574d1 100644 --- a/components/logger.rst +++ b/components/logger.rst @@ -10,7 +10,7 @@ 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 ``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. +Increasing the log level severity (to e.g ``INFO`` or ``WARN``) can help with the performance of the application and memory size. .. code-block:: yaml