diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-18 17:52:36 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-18 17:52:36 +0800 |
commit | 07bdba687f4971641c4dadc526c634dfbe4177d8 (patch) | |
tree | af9630adc675f4eda355ad76fc0bd832895e06f7 /cmd/ethereum | |
parent | f499f343baefece18764135eb99af0c7e038ff5e (diff) | |
download | dexon-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/ethereum')
-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 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, |