fuse-backend-rs
fuse-backend-rs copied to clipboard
Reduce FUSE transport log level.
The FUSE init flags are unlikely to be of use unless one is debugging a problem with the filesystem.
The messages about channel status get printed for every thread, and it's rather confusing for end-users to have a FUSE filesystem terminate with:
fuse filesystem umounted FUSE channel already closed! FUSE channel already closed! FUSE channel already closed! FUSE channel already closed! FUSE channel already closed! FUSE channel already closed!
...when everything went well.
This is the same as https://github.com/cloud-hypervisor/fuse-backend-rs/pull/195.
I'm fine with merging this or the other, but it'd be nice to make a decision on this.
cc @imeoer @jiangliu @bergwolf