RTT logging for Matter device

We have been developing a Matter device for Smartthings using a nRF 5340 dev kit. We are using the VSCode and extensions from Nordic for this project.

On the dev kit we are able to directly connect to the log output using the 2 exposed UART devices that are available over the USB connection.

Now we have our actual board that only has J-Tag and are using a SEGGER J-Link debugger.

VSCode now just shows the device for programming and an RTT device. The RTT device allows me to connect to it, but I never see any of the debug output.

My question is how do I redirect the logging that was going to the UART of the dev kit to the J-Link RTT connection so I can continue to develop and see my log output?

Related