From 562eaf5ce7d08245756a371cf311747acf0f06f5 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 21 Jan 2021 00:28:15 +0100 Subject: [PATCH] Log aggregation state of incomplete VAAs --- bridge/pkg/processor/observation.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bridge/pkg/processor/observation.go b/bridge/pkg/processor/observation.go index eeddef7bf..d2a6decc0 100644 --- a/bridge/pkg/processor/observation.go +++ b/bridge/pkg/processor/observation.go @@ -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)) } }