We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9110bed commit bf9605dCopy full SHA for bf9605d
server/StrDss.Service/RentalListingReportService.cs
@@ -374,7 +374,7 @@ private async Task ProcessRentalReportUploadAsync(DssUploadDelivery upload)
374
375
processedCount++;
376
377
- _logger.LogInformation($"Finishing listing ({row.OrgCd} - {row.ListingId}): {stopwatch.Elapsed.TotalMilliseconds} milliseconds");
+ _logger.LogInformation($"Finishing listing ({row.OrgCd} - {row.ListingId}): {stopwatch.Elapsed.TotalMilliseconds} milliseconds - {processedCount}/100");
378
}
379
380
if (!isLastLine)
0 commit comments