add script to run a local devnet, and helper command

This commit is contained in:
Jeromy
2020-04-27 15:26:46 -07:00
parent d3796abac7
commit bfa93bb933
4 changed files with 233 additions and 0 deletions
+1
View File
@@ -16,5 +16,6 @@ func SetupLogLevels() {
logging.SetLogLevel("connmgr", "WARN")
logging.SetLogLevel("advmgr", "DEBUG")
logging.SetLogLevel("stores", "DEBUG")
logging.SetLogLevel("nat", "INFO")
}
}