This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NRF_LOG_DEBUG() doesn't output in SDK14

Hi, I am running the ble_app_uart example from nRF5_SDK_14.0.0_3bcc1f7, and found that NRF_LOG_DEBUG() doesn't cause any log output. Although I have set #define NRF_LOG_ENABLED 1 and #define NRF_LOG_DEFAULT_LEVEL 4. image description

However, it's OK in the example from nRF5_SDK_13.1.0_7ca7556 image description

I am wonderring if there are any differences of using NRF_LOG_DEBUG() in the SDK 14.0.0.

Thx.

Related