aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-02-19 19:25:45 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-02-19 19:25:45 +0800
commit4322632c5924ef9aaaad1cdcdfa2f796c493cf69 (patch)
tree5cd796a9ac4e1c4bf8db0cbd1d5e850d1132ab67 /cmd
parentfdecc11128596eadc00e7a7d81b856d844396c37 (diff)
parent07bdba687f4971641c4dadc526c634dfbe4177d8 (diff)
downloadgo-tangerine-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.tar
go-tangerine-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.tar.gz
go-tangerine-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.tar.bz2
go-tangerine-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.tar.lz
go-tangerine-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.tar.xz
go-tangerine-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.tar.zst
go-tangerine-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.zip
Merge pull request #339 from tgerring/jsonlog
JSON log updates
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ethereum/main.go1
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,