cosmos-sdk/cmd/commands
Anton Kaliaev 20ce43e472
parse log level using tmlibs/cli/flags package (Fixes #97)
```
$ basecoin start
loading existing db
I[06-02|06:18:29.290] Done setting Account via SetOption           module=app result=Success
I[06-02|06:18:29.290] Starting Basecoin with Tendermint            module=main chain_id=test_chain_id
ERROR: Expected either "info", "debug", "error" or "none" level, given state:info,*:error
```
2017-06-02 10:56:15 +03:00
..
ibc.go Fix up tendermint cli flags to 0.10.0-rc2 in demo 2017-05-30 18:11:10 +02:00
init.go 94: init creates config, like tendermint init 2017-05-24 15:21:56 +02:00
key.go Allow keyfile to be absolute path 2017-05-21 20:10:29 -07:00
plugin_util.go added cli cobra 2017-04-21 12:34:11 -04:00
query.go Make sure we export hex not base64 for byte slices 2017-05-30 18:28:25 +02:00
relay.go [cmd] support SendTx to other chains via IBC 2017-05-22 07:35:23 -04:00
reset.go 88: Correct functioning of unsafe_reset_all to mirror tendermint 2017-05-22 13:30:42 +02:00
root.go new logging 2017-05-14 20:47:01 +02:00
start.go parse log level using tmlibs/cli/flags package (Fixes #97) 2017-06-02 10:56:15 +03:00
tx.go Make sure we export hex not base64 for byte slices 2017-05-30 18:28:25 +02:00
utils.go fixes for relay 2017-05-22 07:35:23 -04:00
utils_test.go review changes 2017-04-13 23:31:52 -04:00
version.go added cli cobra 2017-04-21 12:34:11 -04:00