packagecommandsimport("io""github.com/jbenet/go-ipfs/core"u"github.com/jbenet/go-ipfs/util")// Log changes the log level of a subsystemfuncLog(n*core.IpfsNode,args[]string,optsmap[string]interface{},outio.Writer)error{iferr:=u.SetLogLevel(args[0],args[1]);err!=nil{returnerr}