Feat Conteo final de telegramas capturados

This commit is contained in:
2025-08-19 15:16:50 -03:00
parent ccffb0ee7f
commit 46ebf7924a

View File

@@ -651,7 +651,8 @@ public class Worker : BackgroundService
await finalDbContext.SaveChangesAsync(stoppingToken);
}
_logger.LogInformation("Sondeo de Telegramas completado.");
_logger.LogInformation(
"Sondeo de Telegramas completado. Se guardaron {count} nuevos telegramas.", telegramasNuevosParaGuardar.Count);
}
catch (Exception ex)
{