Changed LogTrace to LogDebug

This commit is contained in:
Jean-Pierre Bachmann 2023-02-05 21:38:50 +02:00
parent 2a4cc4d942
commit 0ed4fd5759
No known key found for this signature in database
GPG Key ID: 2105415132230DA5

View File

@ -72,7 +72,7 @@ public class CleanupCollectionPathsTask : IScheduledTask
}
var collections = collectionsFolder.Children.OfType<BoxSet>().ToArray();
_logger.LogTrace("Found {CollectionLength} Boxsets", collections.Length);
_logger.LogDebug("Found {CollectionLength} Boxsets", collections.Length);
for (var index = 0; index < collections.Length; index++)
{