ipfs-cluster/silent.go
Hector Sanjuan 5c41d69abc Figured out globalSync and globalSync cid. Tests. More tests.
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2016-12-20 19:51:13 +01:00

8 lines
87 B
Go

// +build !debug,silent
package ipfscluster
func init() {
SetLogLevel("CRITICAL")
}