From 53f3b99f057856ea1364aab956b6cb95c3bf2ad2 Mon Sep 17 00:00:00 2001 From: Frank Haverland Date: Sun, 28 Apr 2024 21:12:56 +0200 Subject: [PATCH] log error to tests --- code/test/test_suite_flowcontroll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/test/test_suite_flowcontroll.cpp b/code/test/test_suite_flowcontroll.cpp index 9b1019f4..8f48ba64 100644 --- a/code/test/test_suite_flowcontroll.cpp +++ b/code/test/test_suite_flowcontroll.cpp @@ -156,7 +156,7 @@ extern "C" void app_main() { initGPIO(); Init_NVS_SDCard(); - esp_log_level_set("*", ESP_LOG_DEBUG); // set all components to ERROR level + esp_log_level_set("*", ESP_LOG_ERROR); // set all components to ERROR level // Create dedicated testing task (heap size can be configured - large enough to handle a lot of testing cases) // ********************************************