Hello,
I am trying to store logs using the backend FS. However, I would like the opportunity to unmount the file system at run time. As currently that results in a hard fault as the backend is expecting the mount for the file system, I am trying to disable that backend temporarily before the unmount.
I saw this post about disabling log backend FS. However, as I am using NCS 1.7.0, I only have log_backend_get() and log_backend_activate/deactivate(). How can I use those to reach the same effect as log_backend_disable(log_backend_get_by_name("log_backend_fs")) ?
I attempted to modify the SDK based off of this commit, but it won't work due to missing dependencies.
Thank you,
Ben