Merge pull request #317 from AikidoSec/kidk-logging

Remove duplicate verbose logging information from troubleshooting
This commit is contained in:
bitterpanda 2026-02-05 11:35:40 +01:00 committed by GitHub
commit 32eb81337e
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: