deals: fix statestore

This commit is contained in:
Łukasz Magiera
2019-08-07 20:01:51 -07:00
committed by whyrusleeping
parent 7423327b26
commit cdc535394d
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ var log = logging.Logger("main")
const FlagStorageRepo = "storagerepo"
func main() {
logging.SetLogLevel("*", "DEBUG")
logging.SetLogLevel("*", "INFO")
local := []*cli.Command{
runCmd,
initCmd,