I am using NRF_LOG_INFO to debug. But in my debug terminal It will show only NRF_LOG_INFO that used in main.c only. In another .c file not show NRF_LOG_INFO
I am using NRF_LOG_INFO to debug. But in my debug terminal It will show only NRF_LOG_INFO that used in main.c only. In another .c file not show NRF_LOG_INFO
^^ I solved this problem
Follow this thread here
Im using libuarte so I need to enable in sdk_config.h
#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 1
Hello,
I am happy to hear that you were able to resolve this issue! :)
You will indeed need to enable the logging and logger level for each module that you would like to receive loggings from - this is done in the sdk_config.h as you have already found out.
Please do not hesitate to open another ticket if you should encounter any other issues or questions in the future!
Good luck with your development!
Best regards,
Karl