Feat Conteo final de telegramas capturados
This commit is contained in:
@@ -651,7 +651,8 @@ public class Worker : BackgroundService
|
|||||||
await finalDbContext.SaveChangesAsync(stoppingToken);
|
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)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user