ipfs-cluster/nodebug.go
Hector Sanjuan f0c5350743 Get remote RPC requests working. First e2e tests.
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2016-12-16 22:00:08 +01:00

8 lines
76 B
Go

// +build !debug
package ipfscluster
func init() {
SetLogLevel("INFO")
}