mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-20 02:21:48 +08:00
extract logging
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
@ -15,10 +15,10 @@ import (
|
||||
"reflect"
|
||||
"strings"
|
||||
|
||||
u "github.com/ipfs/go-ipfs/util"
|
||||
logging "github.com/ipfs/go-ipfs/vendor/go-log-v1.0.0"
|
||||
)
|
||||
|
||||
var log = u.Logger("command")
|
||||
var log = logging.Logger("command")
|
||||
|
||||
// Function is the type of function that Commands use.
|
||||
// It reads from the Request, and writes results to the Response.
|
||||
|
Reference in New Issue
Block a user