Skip to content

Commit db2688e

Browse files
easyCZroboquat
authored andcommitted
[usage] Drop big log message
1 parent b1ab569 commit db2688e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/usage/pkg/apiv1/usage.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ func (s *UsageService) ReconcileUsageWithLedger(ctx context.Context, req *v1.Rec
342342
instances = append(instances, instancesWithUsageInDraft...)
343343

344344
inserts, updates := reconcileUsageWithLedger(instances, usageDrafts, s.pricer, now)
345-
logger.WithField("inserts", inserts).WithField("updates", updates).Infof("Identified %d inserts and %d updates against usage records.", len(inserts), len(updates))
345+
logger.Infof("Identified %d inserts and %d updates against usage records.", len(inserts), len(updates))
346346

347347
if len(inserts) > 0 {
348348
err = db.InsertUsage(ctx, s.conn, inserts...)

0 commit comments

Comments
 (0)