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

initialize loggers at ERROR

parent aecb4cb7
......@@ -14,7 +14,7 @@ import (
u "github.com/jbenet/go-ipfs/util"
)
var log = logging.MustGetLogger("blockservice")
var log = u.Logger("blockservice", logging.ERROR)
// BlockService is a block datastore.
// It uses an internal `datastore.Datastore` instance to store values.
......
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