From cab1e11e95b3aea93ffcce17dd53bbafb312e117 Mon Sep 17 00:00:00 2001 From: Samuel Date: Thu, 5 Feb 2026 11:33:37 +0100 Subject: [PATCH] Remove duplicate verbose logging information from troubleshooting Removed section on enabling verbose logging for diagnostics. --- docs/troubleshooting.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 0b2845b..456fe58 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -308,22 +308,6 @@ Look for and remove: rm -rf ~/.safe-chain ``` -## Getting More Information - -### Enable Verbose Logging - -Get detailed diagnostic output using a CLI flag or environment variable: - -```bash -# Using CLI flag -npm install express --safe-chain-logging=verbose -pip install requests --safe-chain-logging=verbose - -# Using environment variable (applies to all commands) -export SAFE_CHAIN_LOGGING=verbose -npm install express -``` - ### Report Issues If you encounter problems: