unknowntpo commented on code in PR #5905:
URL: https://github.com/apache/gravitino/pull/5905#discussion_r1948066128


##########
clients/filesystem-fuse/conf/gvfs_fuse.toml:
##########
@@ -20,6 +20,7 @@
 file_mask = 0o600
 dir_mask = 0o700
 fs_type = "memory"
+fuse_debug=true
 

Review Comment:
   Done.



##########
clients/filesystem-fuse/src/config.rs:
##########
@@ -265,6 +265,8 @@ pub struct FuseConfig {
     #[serde(default)]
     pub fs_type: String,
     #[serde(default)]
+    pub fuse_debug: bool,
+    #[serde(default)]

Review Comment:
   Done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@gravitino.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to