How to reduce the level of console output from Matter Samples

The Matter Samples output a verbose level of information to the console as standard. This is a mixture of the application log statements and matter log information. When trying to develop and debug the application's logs are difficult to find in the numerous other lines of data.

How can the Matter logs be stopped of separated from the user logs (LOG_INF etc) to make this process easier. We have a prototype board with no uart and use the segger rtt for debugging. Ideally the rtt output should only receive data from the application log statements

Related