limit console log output on windows (#1212)

This commit is contained in:
Jason Dove
2023-03-16 06:21:02 -05:00
committed by GitHub
parent 7e0801119e
commit fdab54a055
8 changed files with 38 additions and 41 deletions
-1
View File
@@ -59,7 +59,6 @@ public class WorkerService : BackgroundService
error.Value));
break;
case DeleteOrphanedArtwork deleteOrphanedArtwork:
_logger.LogInformation("Deleting orphaned artwork from the database");
await mediator.Send(deleteOrphanedArtwork, cancellationToken);
break;
case AddTraktList addTraktList: