create EnvelopeTaskApi

This commit is contained in:
2025-11-05 09:41:02 +01:00
parent cce2f8f90e
commit 428f71863d
2 changed files with 25 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ namespace EnvelopeGenerator.Finalizer.Job
{
if (_logger.IsEnabled(LogLevel.Information))
{
_logger.LogInformation("Worker running at: {time}", DateTimeOffset.Now);
_logger.LogInformation("{jobName} running at: {time}", GetType().FullName, DateTimeOffset.Now);
}
return Task.CompletedTask;