Hello,
I'm working with the nRF Connect NVS module on the nRF9160. Every time there is a read/write to NVS the messages:
I: 3 Sectors of 4096 bytes
I: alloc wra: 0, 668
I: data wra: 0, 4c0
D: Recovering last ate from sector 0
Are getting printed. I looked through nvs.c and can't figure out where they're coming from. What is the source of these messages and is there a way to suppress them?
Thanks!