Make deal making logs much less noisy

For each upgrade-marked sector, for each deal, this "info" log comes along but its not really "info" imho
This commit is contained in:
Rob Quist 2022-05-09 22:13:09 +02:00 committed by GitHub
parent f22a0f9ec0
commit c057ce10d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -446,7 +446,7 @@ func (m *Sealing) updateInput(ctx context.Context, sp abi.RegisteredSealProof) e
}
if !ok {
exp, _, _ := expF(sector.number)
log.Infof("CC update sector %d cannot fit deal, expiration %d before deal end epoch %d", id, exp, piece.deal.DealProposal.EndEpoch)
log.Debugf("CC update sector %d cannot fit deal, expiration %d before deal end epoch %d", id, exp, piece.deal.DealProposal.EndEpoch)
continue
}