Skip to content

Commit 1fe703f

Browse files
committed
Merge branch 'develop'
2 parents 54b558c + 41c8d09 commit 1fe703f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func init() {
3636
prefixFormat = formatMap[isTerminal(os.Stderr)]
3737

3838
// Set the debug level from the environmental variable
39-
if env := os.Getenv("TRACEFS_DEBUG"); env != "" {
39+
if env := os.Getenv("CLUEFS_DEBUG"); env != "" {
4040
if value, err := strconv.ParseInt(env, 10, 32); err == nil {
4141
debugLevel = clamp(int(value), 0, 5)
4242
}

0 commit comments

Comments
 (0)