Remove duplicate verbose logging information from troubleshooting

Removed section on enabling verbose logging for diagnostics.
This commit is contained in:
Samuel 2026-02-05 11:33:37 +01:00 committed by GitHub
parent 611fe8007f
commit cab1e11e95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: