diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-23 04:43:36 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-23 04:43:36 +0800 |
commit | 8b1b9fc99d63a19c216edebc07096718e835937d (patch) | |
tree | 8a04499cb63dd8d91fd136f65c29605844c5bae8 /cmd/ethereum/main.go | |
parent | 8ed4f226d1dbecc9625a2f142e22926569198b73 (diff) | |
parent | 0edb33566fbe20863c884e553e214ed9b78b0f23 (diff) | |
download | dexon-8b1b9fc99d63a19c216edebc07096718e835937d.tar dexon-8b1b9fc99d63a19c216edebc07096718e835937d.tar.gz dexon-8b1b9fc99d63a19c216edebc07096718e835937d.tar.bz2 dexon-8b1b9fc99d63a19c216edebc07096718e835937d.tar.lz dexon-8b1b9fc99d63a19c216edebc07096718e835937d.tar.xz dexon-8b1b9fc99d63a19c216edebc07096718e835937d.tar.zst dexon-8b1b9fc99d63a19c216edebc07096718e835937d.zip |
Merge branch 'jsonlog' of https://github.com/ethersphere/go-ethereum into ethersphere-jsonlog
Conflicts:
eth/backend.go
Diffstat (limited to 'cmd/ethereum/main.go')
-rw-r--r-- | cmd/ethereum/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go index b9a4ff045..e351453b1 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -135,7 +135,7 @@ The Ethereum JavaScript VM exposes a node admin interface as well as the DAPP Ja utils.JSpathFlag, utils.ListenPortFlag, utils.LogFileFlag, - utils.LogFormatFlag, + utils.LogJSONFlag, utils.LogLevelFlag, utils.MaxPeersFlag, utils.MinerThreadsFlag, |