mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Remove duplicate verbose logging information from troubleshooting
Removed section on enabling verbose logging for diagnostics.
This commit is contained in:
parent
611fe8007f
commit
cab1e11e95
1 changed files with 0 additions and 16 deletions
|
|
@ -308,22 +308,6 @@ Look for and remove:
|
||||||
rm -rf ~/.safe-chain
|
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
|
### Report Issues
|
||||||
|
|
||||||
If you encounter problems:
|
If you encounter problems:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue