add log_level flag

This commit is contained in:
Ethan Buchman
2018-04-05 14:16:20 +03:00
parent 15aa929f42
commit 1f93e965fb
5 changed files with 15 additions and 6 deletions
+2 -2
View File
@@ -15,9 +15,9 @@ import (
"github.com/cosmos/cosmos-sdk/server"
)
// basecoindCmd is the entry point for this binary
// rootCmd is the entry point for this binary
var (
context = server.NewContext(nil, nil)
context = server.NewDefaultContext()
rootCmd = &cobra.Command{
Use: "basecoind",
Short: "Basecoin Daemon (server)",
+2 -2
View File
@@ -17,9 +17,9 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
)
// democoindCmd is the entry point for this binary
// rootCmd is the entry point for this binary
var (
context = server.NewContext(nil, nil)
context = server.NewDefaultContext()
rootCmd = &cobra.Command{
Use: "democoind",
Short: "Democoin Daemon (server)",