I am working on a project on the nrf52832 board using mesh SDK v3.2.0 and SDK v15.3. I am trying to troubleshoot an issue with the publish process for BLE mesh, but I am not able to see log messages with any levels other than LOG_LEVEL_INFO and any sources other than LOG_SRC_APP. For instance I would like to see the log from access.c line 412.
__LOG(LOG_SRC_ACCESS, LOG_LEVEL_DBG1, "TX: [aop: 0x%04x] \n", p_tx_message->opcode.opcode);
I know it is likely a change in the SDK config but I am not sure which setting is the right one. Please let me know the right settings to change and the documentation location that connects the log levels and sources to the relevant settings.
Thank you