diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-20 05:46:15 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-20 05:46:15 +0800 |
commit | 000658539136645e743d83d57a8106b2a9796b93 (patch) | |
tree | ca37fb68b6b7574d7c888968813598e68d301659 /cmd/ethereum/main.go | |
parent | fa4cbad315609e41d88c59ecbce7c6c6169fc57a (diff) | |
parent | 639ac5c3daa253f36d41672165a5727d8eba207e (diff) | |
download | go-tangerine-000658539136645e743d83d57a8106b2a9796b93.tar go-tangerine-000658539136645e743d83d57a8106b2a9796b93.tar.gz go-tangerine-000658539136645e743d83d57a8106b2a9796b93.tar.bz2 go-tangerine-000658539136645e743d83d57a8106b2a9796b93.tar.lz go-tangerine-000658539136645e743d83d57a8106b2a9796b93.tar.xz go-tangerine-000658539136645e743d83d57a8106b2a9796b93.tar.zst go-tangerine-000658539136645e743d83d57a8106b2a9796b93.zip |
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
Diffstat (limited to 'cmd/ethereum/main.go')
-rw-r--r-- | cmd/ethereum/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go index 1ffd4b6e9..1f1a0b761 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -67,6 +67,7 @@ func main() { DataDir: Datadir, LogFile: LogFile, LogLevel: LogLevel, + LogFormat: LogFormat, MaxPeers: MaxPeer, Port: OutboundPort, NAT: NAT, |