Yacubane / esp32-arduino-matter

Matter IoT protocol library for ESP32 working on Arduino framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turning off Log messages

frios opened this issue · comments

Any way to turn off the constant stream of log messages? I have used

esp_log_level_set("*", ESP_LOG_NONE);

but that only gets me to:

`D (57850985) chip[DMG]:

D (57850985) chip[DMG]:

I (57850995) chip[EM]:

D (57850995) chip[EM]:

D (57850996) chip[EM]:

D (57850997) chip[DMG]:

D (57850997) chip[DMG]:

D (57850998) chip[DMG]:`

I am trying to debug using some Serial.print statements and they just get lost in the constant serial output from the logging.