mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
prevent forcing DEBUG logging on an ESP32
This commit is contained in:
@@ -516,7 +516,7 @@ void Console::start() {
|
|||||||
shell = std::make_shared<EMSESPStreamConsole>(serial_console_, true);
|
shell = std::make_shared<EMSESPStreamConsole>(serial_console_, true);
|
||||||
shell->maximum_log_messages(100); // default is 50
|
shell->maximum_log_messages(100); // default is 50
|
||||||
shell->start();
|
shell->start();
|
||||||
shell->log_level(uuid::log::Level::DEBUG); // order is: err, warning, notice, info, debug, trace, all
|
// shell->log_level(uuid::log::Level::DEBUG); // order is: err, warning, notice, info, debug, trace, all
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(EMSESP_STANDALONE)
|
#if defined(EMSESP_STANDALONE)
|
||||||
|
|||||||
Reference in New Issue
Block a user