ipfs/kubo

Print dial status messages to stderr

Open

#4,355 opened on 2017年10月30日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Go (2,725 forks)batch import
help wantedkind/enhancementtopic/commands

Repository metrics

Stars
 (13,906 stars)
PR merge metrics
 (平均マージ 4d 2h) (30d で 28 merged PRs)

説明

Currently, it can be a bit difficult to debug dial errors because:

  1. We only print the last error.
  2. We don't clearly state what addresses we're trying to dial.

Printing something like,

error: ...
error: ...
dialing [3/N]: /ip4/STUFF...

would make this significantly easier to debug.

see #3933

コントリビューターガイド