Add verbose mode to ipfs swarm connect
Open
kind/enhancement
status/in-progress
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
It would be nice to get a log of what the dialer is trying and how each thing succeeds or fails:
```
$ ipfs swarm connect /foo/bar
Trying /ip4/1.2.3.4/tcp/12312
Trying /ip4/127.0.0.1/tcp/4444
From /ip4/1.2.3.4/tcp/12312: Error, connection refused
...
...
etc
```
Contributor guide
Assessment
This issue has not been assessed yet.