I have an nRF52 DK and have compiled (with gcc) and flashed an example that contains the line
NRF_LOG_PRINTF("SPI example\r\n");
I get the appropriate LED flashing that indicates that the example is running.
I want to use screen (on OSX) to view the USB port (the same one that's powering the board).
screen /dev/tty.usbmodem2641
Nothing is getting logged.
What do I need to do to see this log output?