Log aggregation state of incomplete VAAs

This commit is contained in:
Leo 2021-01-21 00:28:15 +01:00
parent c0eef2fe9b
commit 562eaf5ce7
1 changed files with 2 additions and 1 deletions

View File

@ -194,7 +194,8 @@ func (p *Processor) handleObservation(ctx context.Context, m *gossipv1.SignedObs
}
} else {
p.logger.Info("we have not yet seen this VAA - temporarily storing signature",
zap.String("digest", hash))
zap.String("digest", hash),
zap.Bools("aggregation", agg))
}
}