Do not log_debug when we receive duplicate gossip messages
authorMatt Corallo <git@bluematt.me>
Tue, 22 Jun 2021 01:33:44 +0000 (01:33 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 29 Jun 2021 19:36:47 +0000 (19:36 +0000)
We very often receive duplicate gossip messages, which now causes us
to log at the DEBUG level, which is almost certainly not what a
user wants. Instead, we add a new form of ErrorAction which causes
us to only log at the TRACE level.


No differences found