mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 13:58:28 +00:00
Downgrade gossipsub duplicate logs (#5163)
* Downgrade duplicate publish logs * Maintain backwards compatiblity, deprecate flag * The tests had to go, because there's no config to test against * Update help_bn.md
This commit is contained in:
@@ -32,11 +32,7 @@ FLAGS:
|
||||
--disable-deposit-contract-sync Explicitly disables syncing of deposit logs from the execution node. This
|
||||
overrides any previous option that depends on it. Useful if you intend to
|
||||
run a non-validating beacon node.
|
||||
--disable-duplicate-warn-logs Disable warning logs for duplicate gossip messages. The WARN level log is
|
||||
useful for detecting a duplicate validator key running elsewhere.
|
||||
However, this may result in excessive warning logs if the validator is
|
||||
broadcasting messages to multiple beacon nodes via the validator client
|
||||
--broadcast flag. In this case, disabling these warn logs may be useful.
|
||||
--disable-duplicate-warn-logs This flag is deprecated and has no effect.
|
||||
-x, --disable-enr-auto-update Discovery automatically updates the nodes local ENR with an external IP
|
||||
address and port as seen by other peers on the network. This disables
|
||||
this feature, fixing the ENR's IP/PORT to those specified on boot.
|
||||
|
||||
Reference in New Issue
Block a user