This commit is contained in:
2020-12-10 18:58:31 +00:00
parent 0a22682239
commit 379673981f
7 changed files with 7 additions and 7 deletions

View File

@@ -287,7 +287,7 @@ namespace AyaNova.Biz
var JobDescription = $"{job.Name} - {job.JobType.ToString()}";
if (job.SubType != JobSubType.NotSet)
JobDescription += $":{job.SubType}";
await LogJobAsync(job.GId, $"Processing job \"{JobDescription}\"");
await LogJobAsync(job.GId, $"LT:ProcessingJob \"{JobDescription}\"");
log.LogDebug($"ProcessJobAsync -> Processing job {JobDescription}");
IJobObject o = null;
using (AyContext ct = ServiceProviderProvider.DBContext)