diff --git a/config/config.go b/config/config.go index 42b56550c..77573e914 100644 --- a/config/config.go +++ b/config/config.go @@ -10,9 +10,10 @@ import ( "strings" u "github.com/ipfs/go-ipfs/util" + logging "github.com/ipfs/go-ipfs/vendor/go-log-v1.0.0" ) -var log = u.Logger("config") +var log = logging.Logger("config") // Config is used to load IPFS config files. type Config struct {