Better logging for Graphsync traversal (#167)
* log gs traversal * Apply suggestions from code review Co-authored-by: dirkmc <dirkmdev@gmail.com> * add debug logs * add debug logs Co-authored-by: dirkmc <dirkmdev@gmail.com>
Showing
... | @@ -24,6 +24,7 @@ require ( | ... | @@ -24,6 +24,7 @@ require ( |
github.com/ipfs/go-ipld-cbor v0.0.4 // indirect | github.com/ipfs/go-ipld-cbor v0.0.4 // indirect | ||
github.com/ipfs/go-ipld-format v0.2.0 | github.com/ipfs/go-ipld-format v0.2.0 | ||
github.com/ipfs/go-log v1.0.4 | github.com/ipfs/go-log v1.0.4 | ||
github.com/ipfs/go-log/v2 v2.1.1 | |||
github.com/ipfs/go-merkledag v0.3.1 | github.com/ipfs/go-merkledag v0.3.1 | ||
github.com/ipfs/go-peertaskqueue v0.2.0 | github.com/ipfs/go-peertaskqueue v0.2.0 | ||
github.com/ipfs/go-unixfs v0.2.4 | github.com/ipfs/go-unixfs v0.2.4 | ||
... | ... |
Please register or sign in to comment