aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-02-18 17:52:36 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-02-18 17:52:36 +0800
commit07bdba687f4971641c4dadc526c634dfbe4177d8 (patch)
treeaf9630adc675f4eda355ad76fc0bd832895e06f7 /cmd
parentf499f343baefece18764135eb99af0c7e038ff5e (diff)
downloaddexon-07bdba687f4971641c4dadc526c634dfbe4177d8.tar
dexon-07bdba687f4971641c4dadc526c634dfbe4177d8.tar.gz
dexon-07bdba687f4971641c4dadc526c634dfbe4177d8.tar.bz2
dexon-07bdba687f4971641c4dadc526c634dfbe4177d8.tar.lz
dexon-07bdba687f4971641c4dadc526c634dfbe4177d8.tar.xz
dexon-07bdba687f4971641c4dadc526c634dfbe4177d8.tar.zst
dexon-07bdba687f4971641c4dadc526c634dfbe4177d8.zip
Re-add LogFormat to Config
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 0dba462be..d4a57ee48 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,