From 26edc75eaae9a24936731a6da28e37b080fedef3 Mon Sep 17 00:00:00 2001 From: Vladimir Ivanov Date: Wed, 4 Jan 2023 18:47:32 +0300 Subject: [PATCH] docs: clarify debug environment variables --- docs/environment-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/environment-variables.md b/docs/environment-variables.md index add8592a0..ba1cce166 100644 --- a/docs/environment-variables.md +++ b/docs/environment-variables.md @@ -75,13 +75,13 @@ Warning: Enabling tracing will likely affect performance. ## `IPFS_FUSE_DEBUG` -Enables fuse debug logging. +If SET, enables fuse debug logging. Default: false ## `YAMUX_DEBUG` -Enables debug logging for the yamux stream muxer. +If SET, enables debug logging for the yamux stream muxer. Default: false