mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 12:17:23 +00:00
[logger] Move task log buffer storage to BSS (#15153)
This commit is contained in:
@@ -26,7 +26,7 @@ void setup() {
|
||||
|
||||
// Log functions call global_logger->log_vprintf_() without a null check,
|
||||
// so we must set up a Logger before any test that triggers logging.
|
||||
static esphome::logger::Logger test_logger(0, 64);
|
||||
static esphome::logger::Logger test_logger(0);
|
||||
test_logger.set_log_level(ESPHOME_LOG_LEVEL);
|
||||
test_logger.pre_setup();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user