Skip to content

Commit

Permalink
Log this as debug. (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 authored Jun 13, 2024
1 parent 2539f85 commit 35e7869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processes/consumer/flush.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func Flush(ctx context.Context, inMemDB *models.DatabaseData, dest destination.B
}

if args.CoolDown != nil && _tableData.ShouldSkipFlush(*args.CoolDown) {
slog.With(logFields...).Info("Skipping flush because we are currently in a flush cooldown")
slog.With(logFields...).Debug("Skipping flush because we are currently in a flush cooldown")
return
}

Expand Down

0 comments on commit 35e7869

Please sign in to comment.