mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-28 13:21:34 +00:00
At debug log level, tcpip_adapter would print logs for each function call scheduled onto the tcpip task. These logs contained pointers which idf_monitor decoded, adding even more noise and useless vertical space in logs. This change moves these log statements to verbose level.