Selaa lähdekoodia

Re-add LogFormat to Config

Taylor Gerring 10 vuotta sitten
vanhempi
commit
07bdba687f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      cmd/ethereum/main.go

+ 1 - 0
cmd/ethereum/main.go

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