Commit c1ee9f4e authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

initialize loggers at ERROR

parent 40be065a
......@@ -12,7 +12,7 @@ import (
u "github.com/jbenet/go-ipfs/util"
)
var log = logging.MustGetLogger("merkledag")
var log = u.Logger("merkledag", logging.ERROR)
// NodeMap maps u.Keys to Nodes.
// We cannot use []byte/Multihash for keys :(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment