add some startup log messages (#872)
This commit is contained in:
@@ -54,6 +54,7 @@ public class CacheCleanerService : IHostedService
|
||||
{
|
||||
_logger.LogInformation("Emptying transcode cache folder");
|
||||
localFileSystem.EmptyFolder(FileSystemLayout.TranscodeFolder);
|
||||
_logger.LogInformation("Done emptying transcode cache folder");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user