prevent forcing DEBUG logging on an ESP32

This commit is contained in:
proddy
2020-07-26 16:04:17 +02:00
parent 1a2e405ffe
commit ce30346ac3

View File

@@ -516,7 +516,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, debug, trace, all
// shell->log_level(uuid::log::Level::DEBUG); // order is: err, warning, notice, info, debug, trace, all
#endif
#if defined(EMSESP_STANDALONE)