Hey,
I noticed that in the SDK v1.6.0 a Kconfig option CONFIG_LOG_BACKEND_FS was added. However, I cannot find any information on how to use it.
I would like to be able to store the logs on an SD-card/memory chip on the nRF9160 DK (v.1.0.2). I tried simply adding the config and it's requirements to the Zephyr littlefs sample but I couldn't get it to work. Is there some additional things I need to change? Or a sample that is easy to try it on?
Also the Kconfig help states that it uses LittleFS, but is it possible to use another filesystem such as FAT? It would be easier to export the data to a Windows machine for analyzing. On this Zephyr PR it is stated that it will support any FS that is supported by VFS API. So I assume it could be possible. If it is possible, does it automatically use the FS that was configured, despite the Kconfig information only mentioning LittleFS?
Thanks in advance!