ipfs/kubo

Print dial status messages to stderr

Open

#4355 aperta il 30 ott 2017

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Go (2725 fork)batch import
help wantedkind/enhancementtopic/commands

Metriche repository

Star
 (13.906 star)
Metriche merge PR
 (Merge medio 4g 2h) (28 PR mergiate in 30 g)

Descrizione

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

Guida contributor