node/pkg/processor: kill "received observation by unknown guardian"
Log message keeps causing confusion even at WARN level (who would've thought :D) Change-Id: I3dc7d0ed054f1531a69953ebccee053f58f81ad5
This commit is contained in:
parent
3277458e8e
commit
ee81e667d3
|
@ -129,7 +129,7 @@ func (p *Processor) handleObservation(ctx context.Context, m *gossipv1.SignedObs
|
|||
// who have the outdated guardian set, we'll just wait for the message to be retransmitted eventually.
|
||||
_, ok := gs.KeyIndex(their_addr)
|
||||
if !ok {
|
||||
p.logger.Warn("received observation by unknown guardian - is our guardian set outdated?",
|
||||
p.logger.Debug("received observation by unknown guardian - is our guardian set outdated?",
|
||||
zap.String("digest", hash),
|
||||
zap.String("their_addr", their_addr.Hex()),
|
||||
zap.Uint32("index", gs.Index),
|
||||
|
|
Loading…
Reference in New Issue