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.
However, it's OK in the example from nRF5_SDK_13.1.0_7ca7556
I am wonderring if there are any differences of using NRF_LOG_DEBUG() in the SDK 14.0.0.
Thx.