From 7499c9dee65382dda8cecdce3907e9cedee9a496 Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 16 Jun 2020 22:02:49 +0200 Subject: [PATCH] typo --- src/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console.cpp b/src/console.cpp index fa3992ae6..28f515197 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -410,7 +410,7 @@ void Console::start() { shell = std::make_shared(serial_console_, true); shell->maximum_log_messages(100); // default is 50 shell->start(); - shell->log_level(uuid::log::Level::DEBUG); // order is: err, warning, notice, info, trace, debug, all + shell->log_level(uuid::log::Level::DEBUG); // order is: err, warning, notice, info, debug, trace, all #if defined(EMSESP_STANDALONE) shell->add_flags(CommandFlags::ADMIN);