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

UART debug logger

Hello,

I am using SDK v12.1.0 and I want to get the debug logs over UART

I followed the Logging Sink Configuration to enable UART logging and compiled the Health Thermometer Service example, which has statement like NRF_LOG_INFO but I don't see any logs on UART

What am I doing wrong?

Do I need make any more changes? To the Makefile, for example? (I am using gcc + makefile to build)

Related