diff --git a/weed/command/mount2_std.go b/weed/command/mount2_std.go index 89935e684..721c380e4 100644 --- a/weed/command/mount2_std.go +++ b/weed/command/mount2_std.go @@ -155,7 +155,7 @@ func RunMount2(option *Mount2Options, umask os.FileMode) bool { Name: "seaweedfs", SingleThreaded: false, DisableXAttrs: false, - Debug: false, + Debug: *option.debug, EnableLocks: false, ExplicitDataCacheControl: false, // SyncRead: false, // set to false to enable the FUSE_CAP_ASYNC_READ capability