mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 14:34:24 +08:00
loggers: set level
This commit is contained in:
@ -8,10 +8,9 @@ import (
|
||||
mh "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multihash"
|
||||
merkledag "github.com/jbenet/go-ipfs/merkledag"
|
||||
u "github.com/jbenet/go-ipfs/util"
|
||||
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/op/go-logging"
|
||||
)
|
||||
|
||||
var log = u.Logger("path", logging.ERROR)
|
||||
var log = u.Logger("path")
|
||||
|
||||
// Resolver provides path resolution to IPFS
|
||||
// It has a pointer to a DAGService, which is uses to resolve nodes.
|
||||
|
Reference in New Issue
Block a user