Re-add LogFormat to Config

This commit is contained in:
Taylor Gerring 2015-02-18 10:52:36 +01:00
parent f499f343ba
commit 07bdba687f
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ func main() {
DataDir: Datadir,
LogFile: LogFile,
LogLevel: LogLevel,
LogFormat: LogFormat,
MaxPeers: MaxPeer,
Port: OutboundPort,
NAT: NAT,