Hi,
I am changing some code in the bootloader and would like to see some logs inside a specific function. The problem is that when I place the call for NRF_LOG_DEBUG() before a particular method, I can see the logs. However, when I place this call inside this particular method, the logs do not appear. Is there some setting I need to tweak?
Thanks in advance.