未验证 提交 4e99117b 编写于 作者: M Matt Witherspoon 提交者: GitHub

Merge pull request #2435 from EOSIO/remove_net_plugin_dead_opt

Remove log-level-net-plugin option completely
......@@ -2775,7 +2775,6 @@ namespace eosio {
( "peer-key", bpo::value<vector<string>>()->composing()->multitoken(), "Optional public key of peer allowed to connect. May be used multiple times.")
( "peer-private-key", boost::program_options::value<vector<string>>()->composing()->multitoken(),
"Tuple of [PublicKey, WIF private key] (may specify multiple times)")
( "log-level-net-plugin", bpo::value<string>()->default_value("info"), "Log level: one of 'all', 'debug', 'info', 'warn', 'error', or 'off'")
( "max-clients", bpo::value<int>()->default_value(def_max_clients), "Maximum number of clients from which connections are accepted, use 0 for no limit")
( "connection-cleanup-period", bpo::value<int>()->default_value(def_conn_retry_wait), "number of seconds to wait before cleaning up dead connections")
( "network-version-match", bpo::value<bool>()->default_value(false),
......
......@@ -1234,8 +1234,6 @@ class Cluster(object):
cmdArr.append("--nogen")
nodeosArgs=""
if Utils.Debug:
nodeosArgs += "--log-level-net-plugin debug"
if not self.walletd:
nodeosArgs += " --plugin eosio::wallet_api_plugin"
if self.enableMongo:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册