aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/main.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-01-22 00:17:07 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-01-22 00:17:07 +0800
commitbdf99e098126880c10dc2ef68623c47ec6f04537 (patch)
treec7264b48d8012701911753565c0a11aea069bbb2 /cmd/ethereum/main.go
parentacdc19d1b7b25d6ebd8457f423659f3d112a4a75 (diff)
downloaddexon-bdf99e098126880c10dc2ef68623c47ec6f04537.tar
dexon-bdf99e098126880c10dc2ef68623c47ec6f04537.tar.gz
dexon-bdf99e098126880c10dc2ef68623c47ec6f04537.tar.bz2
dexon-bdf99e098126880c10dc2ef68623c47ec6f04537.tar.lz
dexon-bdf99e098126880c10dc2ef68623c47ec6f04537.tar.xz
dexon-bdf99e098126880c10dc2ef68623c47ec6f04537.tar.zst
dexon-bdf99e098126880c10dc2ef68623c47ec6f04537.zip
Add LogFormat flag
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 b816c678e..b7997d485 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,