added trace logs

This commit is contained in:
Flaminel
2025-02-22 01:10:51 +02:00
parent e006521dc9
commit 5bd2a9cbea
2 changed files with 10 additions and 3 deletions
@@ -322,6 +322,8 @@ public class QBitService : DownloadService, IQBitService
.ToList()
.ForEach(x =>
{
_logger.LogTrace("populating file counts from {dir}", x);
if (!Directory.Exists(x))
{
throw new ValidationException($"directory \"{x}\" does not exist");