mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +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.