We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54b558c + 41c8d09 commit 1fe703fCopy full SHA for 1fe703f
debug.go
@@ -36,7 +36,7 @@ func init() {
36
prefixFormat = formatMap[isTerminal(os.Stderr)]
37
38
// Set the debug level from the environmental variable
39
- if env := os.Getenv("TRACEFS_DEBUG"); env != "" {
+ if env := os.Getenv("CLUEFS_DEBUG"); env != "" {
40
if value, err := strconv.ParseInt(env, 10, 32); err == nil {
41
debugLevel = clamp(int(value), 0, 5)
42
}
0 commit comments