ipfs-cluster/debug.go

13 lines
261 B
Go
Raw Normal View History

// +build debug,!silent
package ipfscluster
func init() {
l := "DEBUG"
SetFacilityLogLevel("cluster", l)
//SetFacilityLogLevel("raft", l)
//SetFacilityLogLevel("p2p-gorpc", l)
//SetFacilityLogLevel("swarm2", l)
//SetFacilityLogLevel("libp2p-raft", l)
}