[backend/core] Improve logging in MediaCleanupTask
This commit is contained in:
parent
ab3f3783e8
commit
de8bf3c632
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class MediaCleanupTask : ICronTask
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.LogInformation("Successfully cleaned up {count} expired media files.", cnt);
|
logger.LogInformation("Successfully queued {count} media cleanup jobs.", cnt);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Midnight
|
// Midnight
|
||||||
|
|
Loading…
Add table
Reference in a new issue