espressif / esp-rainmaker

ESP RainMaker Agent for firmware development
Apache License 2.0
432 stars 145 forks source link

How to get ESP.LOGI logs on insights (MEGH-4101) #207

Closed Jo14532 closed 1 year ago

Jo14532 commented 1 year ago

I managed to flash my ESP32 MCU with the switch example and also included the insight feature.

However I see I only get logs for the ESP.LOGE() function. I do not see any logs for my ESP.LOGI() function.

How do I get logs onto insights for my ESP.LOGI() function?

vikramdattu commented 1 year ago

Hi @Jo14532 since LOGI are too verbose, we have kept those to be not reported. You may however use ESP_DIAG_EVENT to achieve the same.

shahpiyushv commented 1 year ago

Closing this issue since it has been answered.