Skip to content

Commit d7a44d4

Browse files
authored
llo/plugin_reports: set correct log level for retirement reports (#189)
1 parent 3f1e8da commit d7a44d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llo/plugin_reports.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func (p *Plugin) reports(ctx context.Context, seqNr uint64, rawOutcome ocr3types
2828
// ValidAfterNanoseconds part of state to the new protocol instance for a
2929
// "gapless" handover
3030
retirementReport := outcome.GenRetirementReport(p.ProtocolVersion)
31-
p.Logger.Infow("Emitting retirement report", "lifeCycleStage", outcome.LifeCycleStage, "retirementReport", retirementReport, "stage", "Report", "seqNr", seqNr)
31+
p.Logger.Debugw("Emitting retirement report", "lifeCycleStage", outcome.LifeCycleStage, "retirementReport", retirementReport, "stage", "Report", "seqNr", seqNr)
3232

3333
encoded, err := p.RetirementReportCodec.Encode(retirementReport)
3434
if err != nil {

0 commit comments

Comments
 (0)