Hello,
I am working on a custom nRF52840 module based board, using SES v14.2.
How can I control what is printed on the debug terminal, or what has highest priority to be printed on the debug terminal?
I have a pretty elaborate program with lot of NRF_LOG statements for UART data, SPI data, BLE data.
But because of the large number of log statements, not all log data is printed on the terminal.
Is there a way to see every single log statement, or control which modules's log statements get printed , apart from individually commenting out NRF_LOG lines?
Thanks,