This commit is contained in:
iranl
2024-12-19 22:34:56 +01:00
parent 6b13c9b947
commit a7bb2282f7
9 changed files with 27 additions and 10 deletions

View File

@@ -461,6 +461,9 @@ void setupTasks(bool ota)
void setup()
{
//Set Log level to error for all TAGS
#ifndef DEBUG_NUKIHUB
esp_log_set_level_master(ESP_LOG_ERROR);
#endif
esp_log_level_set("*", ESP_LOG_ERROR);
//Set Log level to none for mqtt TAG
esp_log_level_set("mqtt", ESP_LOG_NONE);