I am working out of this MPU-twi example and am trying to validate sent data by printing it to the serial monitor. From what I've seen in SDK 15.1.0 examples, it seems like using "NRF_LOG_INFO("String to print to serial monitor") is how strings are typically printed to the serial monitor. However, when using this method, each string is prefixed with "<info> app: ".
I'm trying to find a setting to perhaps disable it in nrf_log_init(nrf_log_timestamp_func_t timestamp_func) declaration in nrf_log_frontend.c but don't think that's the fix..
How can I disable or remove this text from printing in the serial monitor?
Thanks in advance!