aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-13 22:06:32 +0800
committerobscuren <geffobscura@gmail.com>2015-02-13 22:06:32 +0800
commit75d164037fb9bbf75def7c5501727fd634ef124f (patch)
treee5be5bd595139ff7dfbe6261e1e659d8e7dd6f9c /cmd/ethereum/main.go
parent38faf2c51a1e4a86cda5dfa1b4f7fdae4fd7f58d (diff)
parenta5ea21cd85530eee6eb1bb83c37c20d009f11f74 (diff)
downloadgo-tangerine-75d164037fb9bbf75def7c5501727fd634ef124f.tar
go-tangerine-75d164037fb9bbf75def7c5501727fd634ef124f.tar.gz
go-tangerine-75d164037fb9bbf75def7c5501727fd634ef124f.tar.bz2
go-tangerine-75d164037fb9bbf75def7c5501727fd634ef124f.tar.lz
go-tangerine-75d164037fb9bbf75def7c5501727fd634ef124f.tar.xz
go-tangerine-75d164037fb9bbf75def7c5501727fd634ef124f.tar.zst
go-tangerine-75d164037fb9bbf75def7c5501727fd634ef124f.zip
Merge branch 'logjson' into develop
Diffstat (limited to 'cmd/ethereum/main.go')
-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 4b16fb79f..f8851ecd3 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,
Identifier: Identifier,
MaxPeers: MaxPeer,
Port: OutboundPort,