This commit is contained in:
proddy
2020-06-16 22:02:49 +02:00
parent 15aa7d72db
commit 7499c9dee6

View File

@@ -410,7 +410,7 @@ void Console::start() {
shell = std::make_shared<EMSESPStreamConsole>(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);