Merge pull request #602 from filecoin-project/feat/mute-pubsub
Mute pubsub logs
This commit is contained in:
commit
9698d14689
@ -18,6 +18,7 @@ func main() {
|
||||
logging.SetLogLevel("dht", "ERROR")
|
||||
logging.SetLogLevel("swarm2", "WARN")
|
||||
logging.SetLogLevel("bitswap", "WARN")
|
||||
logging.SetLogLevel("pubsub", "WARN")
|
||||
|
||||
local := []*cli.Command{
|
||||
DaemonCmd,
|
||||
|
Loading…
Reference in New Issue
Block a user