mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 05:52:20 +08:00
loggers: set level
This commit is contained in:
@ -21,10 +21,9 @@ import (
|
||||
core "github.com/jbenet/go-ipfs/core"
|
||||
mdag "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("ipfs", logging.ERROR)
|
||||
var log = u.Logger("ipfs")
|
||||
|
||||
// FileSystem is the readonly Ipfs Fuse Filesystem.
|
||||
type FileSystem struct {
|
||||
|
Reference in New Issue
Block a user