This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF_LOG_DEBUG doesn't produce output

I would like to see output from NRF_LOG_DEBUG in the Rtt Viewer, to achieve that I changed (in sdk_config.h)

#define COMMON_CONFIG_LOG_LEVEL 4
#define NRF_LOG_BACKEND_SERIAL_USES_RTT 1

now I can see results of NRF_LOG_ERROR, WARNING, INFO but not DEBUG. What setting am I missing?

I use SDK 12.2.0 & SD 132 v3.1.0 & NRF52 DK.

Related