added trace log
This commit is contained in:
@@ -88,6 +88,8 @@ public sealed class QueueCleaner : GenericHandler
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_logger.LogTrace("processing | {title} | {id}", record.Title, record.DownloadId);
|
||||||
|
|
||||||
// push record to context
|
// push record to context
|
||||||
ContextProvider.Set(nameof(QueueRecord), record);
|
ContextProvider.Set(nameof(QueueRecord), record);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user