Page MenuHomeSoftware Heritage

enable FUSE debug option only when loglevel is debug or higher
Closed, MigratedEdits Locked

Description

fuse.py currently does the following unconditionally:

fuse_options.add("debug")

Instead, it should do that only when the log level is set do debug or higher (= more verbose) according to the runtime configuration.