lotus/tools/stats/sync/log.go

8 lines
102 B
Go
Raw Normal View History

package sync
import (
logging "github.com/ipfs/go-log/v2"
)
var log = logging.Logger("stats/sync")