Hello,
I use NRF51822 and I try to output UART message onto hyperterminal program.
but every message I send it contains "APP:INFO:" in front of the message.
like this
ex)
APP:INFO: my message1
APP:INFO: my message2
APP:INFO: my message3
APP:INFO: my message4
APP:INFO: my message5
so I removed INFO: message modifying this part.
- nrf_log_internal.h
//#define LOG_INFO_PREFIX NRF_LOG_INFO_COLOR_CODE NRF_LOG_MODULE_NAME NRF_LOG_BREAK "INFO:"
but I can't find where the code is that create APP: message.
please let me know what can I do for this.
thank you.