mirror of
https://github.com/ipfs/kubo.git
synced 2025-10-17 19:54:25 +08:00
extract logging
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
@ -6,10 +6,10 @@ import (
|
||||
|
||||
cmds "github.com/ipfs/go-ipfs/commands"
|
||||
unixfs "github.com/ipfs/go-ipfs/core/commands/unixfs"
|
||||
evlog "github.com/ipfs/go-ipfs/thirdparty/eventlog"
|
||||
logging "github.com/ipfs/go-ipfs/vendor/go-log-v1.0.0"
|
||||
)
|
||||
|
||||
var log = evlog.Logger("core/commands")
|
||||
var log = logging.Logger("core/commands")
|
||||
|
||||
type TestOutput struct {
|
||||
Foo string
|
||||
|
Reference in New Issue
Block a user