Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 3 months ago.
How to disable mbed-coap trace or reduce its level?
I have enabled tracing in mbed_app.json:
"target_overrides": { "*": { "target.features_add": ["LWIP", "COMMON_PAL"], "lwip.ipv4-enabled": true, "lwip.ethernet-enabled": false, "lwip.ppp-enabled": true, "lwip.tcp-enabled": true, "platform.stdio-convert-newlines": true, "platform.stdio-baud-rate": 115200, "platform.default-serial-baud-rate": 115200, "mbed-trace.enable": 1 },
and then I tried to turn of tracing in mbed-coap module:
"mbed-coap": { "mbed-trace.enable": false }
However, I still see log messages from mbed-coap.