Add LogFormat flag

This commit is contained in:
Taylor Gerring
2015-01-21 10:17:07 -06:00
parent acdc19d1b7
commit bdf99e0981
4 changed files with 13 additions and 3 deletions

View File

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