diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-01-22 00:17:07 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-01-22 00:17:07 +0800 |
commit | bdf99e098126880c10dc2ef68623c47ec6f04537 (patch) | |
tree | c7264b48d8012701911753565c0a11aea069bbb2 /cmd/ethereum/main.go | |
parent | acdc19d1b7b25d6ebd8457f423659f3d112a4a75 (diff) | |
download | dexon-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.go | 1 |
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, |