Hi,
I might have missed the answer to this question in other threads, but: what is the best way to store/get log data from the device that is not connected directly to the computer?
I am testing the MQTT & GPS functionalities and for that I need to see the behaviour of the device "in the field", especially what is happening when there is no coverage or GPS signal and so on. So for that I would appreciate a way that does not require having the device connected with a wire to the computer. I am aware of NRF_LOG existence, but it seems that it uses either UART or RTT and both require connection with COM port.
Can I create a log text file, and if yes, where would it be stored and how to access it? And if I can't - is there any other way?