Search found 1 match
- Fri Apr 21, 2023 8:14 am
- Forum: ESP-IDF
- Topic: how to set system verbose level ?
- Replies: 0
- Views: 591
how to set system verbose level ?
using ESP idf5 , I updated a project from idf4 and now its too verbose how do I set teh default verbose level ? I used these functions: they work on my code but what about the system verbose level ? //esp_log_level_get(TAG) //esp_log_level_set(TAG,lelvel) after the start of a webserver on a pretitio...