mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 15:37:55 +02:00
Adding some trace logging when setting last execution time for tasks
This commit is contained in:
@@ -85,6 +85,7 @@ namespace NzbDrone.Core.Jobs
|
||||
|
||||
if (scheduledTask != null)
|
||||
{
|
||||
_logger.Trace("Updating last run time for: {0}", scheduledTask.TypeName);
|
||||
_scheduledTaskRepository.SetLastExecutionTime(scheduledTask.Id, DateTime.UtcNow);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user