Turn off Log messages at runtime.
Posted: Wed Aug 23, 2017 11:40 am
Hello,
i am new to this Forum and the ESP32 itself. I started programming with the ESP32 and I have a little problem.
When i run my code using "make monitor" to see whats going on, there are too many output/log messages from the ESP with the Tags like "boot", "heap_init", "esp_image" etc. which I dont need right now.
I would like to temporarily turn them off. I read the logging library here http://esp-idf.readthedocs.io/en/latest ... hlight=log
but to be honest I didnt understand.
Can someone help me? Would really appreciate that.
i am new to this Forum and the ESP32 itself. I started programming with the ESP32 and I have a little problem.
When i run my code using "make monitor" to see whats going on, there are too many output/log messages from the ESP with the Tags like "boot", "heap_init", "esp_image" etc. which I dont need right now.
I would like to temporarily turn them off. I read the logging library here http://esp-idf.readthedocs.io/en/latest ... hlight=log
but to be honest I didnt understand.
Can someone help me? Would really appreciate that.