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:
Leo 2021-10-12 14:50:22 +02:00 committed by Leopold Schabel
parent 3277458e8e
commit ee81e667d3
1 changed files with 1 additions and 1 deletions

View File

@ -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),