mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-18 10:16:30 +00:00
remove no longer supported log file option when calling geth
This commit is contained in:
parent
1affc9807a
commit
c168d103cb
@ -13,7 +13,6 @@ Blockchain.prototype.generate_basic_command = function() {
|
||||
|
||||
if (config.datadir !== "default") {
|
||||
cmd += "--datadir=\"" + config.datadir + "\" ";
|
||||
cmd += "--logfile=\"" + config.datadir + ".log\" ";
|
||||
}
|
||||
|
||||
if (config.geth_extra_opts) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user