event loop: inhibit built-in logging
Posted: Wed Feb 22, 2023 4:52 pm
Hi guys
Normally I am a big fan of the way event loop (such as WIFI_EVENT, IP_EVENT) also indicate a warning-level log of the source line # of the event fnptr executing.
However, I find myself in an edge case where I need that shut off.
Specifically, I am using a LOT of templates, and that log entry is giant. I have been unable to find how to do this and/or where in the esp-idf source code this logging occurs. Can anyone advise? Reducing the entire App's log level to error is not an acceptable solution.
Thank you Espressif for all your hard work. You people kick ass!
Normally I am a big fan of the way event loop (such as WIFI_EVENT, IP_EVENT) also indicate a warning-level log of the source line # of the event fnptr executing.
However, I find myself in an edge case where I need that shut off.
Specifically, I am using a LOT of templates, and that log entry is giant. I have been unable to find how to do this and/or where in the esp-idf source code this logging occurs. Can anyone advise? Reducing the entire App's log level to error is not an acceptable solution.
Thank you Espressif for all your hard work. You people kick ass!