mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-16 07:14:37 +08:00
loggers: set level
This commit is contained in:
@ -5,10 +5,8 @@ import (
|
||||
|
||||
"github.com/jbenet/go-ipfs/core"
|
||||
u "github.com/jbenet/go-ipfs/util"
|
||||
|
||||
logging "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/op/go-logging"
|
||||
)
|
||||
|
||||
var log = u.Logger("commands", logging.ERROR)
|
||||
var log = u.Logger("commands")
|
||||
|
||||
type CmdFunc func(*core.IpfsNode, []string, map[string]interface{}, io.Writer) error
|
||||
|
Reference in New Issue
Block a user