Yacubane / esp32-arduino-matter

Matter IoT protocol library for ESP32 working on Arduino framework
Apache License 2.0
323 stars 34 forks source link

Turning off Log messages #43

Closed frios closed 11 months ago

frios commented 1 year ago

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.

Yacubane commented 1 year ago

https://github.com/Yacubane/esp32-arduino-matter/issues/37 ;)