NRF_LOG_INFO show in main.c file only

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

Parents
  • 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

Reply
  • 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

Children
No Data
Related