diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-19 19:25:45 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-19 19:25:45 +0800 |
commit | 4322632c5924ef9aaaad1cdcdfa2f796c493cf69 (patch) | |
tree | 5cd796a9ac4e1c4bf8db0cbd1d5e850d1132ab67 /cmd | |
parent | fdecc11128596eadc00e7a7d81b856d844396c37 (diff) | |
parent | 07bdba687f4971641c4dadc526c634dfbe4177d8 (diff) | |
download | dexon-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.tar.gz dexon-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.tar.zst dexon-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.zip |
Merge pull request #339 from tgerring/jsonlog
JSON log updates
Diffstat (limited to 'cmd')
-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, |