You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨🔧 (CleanupDataFiles.ps1, ImagesToBlobStorage.ps1): enhance logging and file handling
Enhance the scripts to provide more informative logging and handle cases where no files are found. The changes include:
- Adding checks for the presence of files before attempting deletion, logging a message if no files are found.
- Calculating and logging the total size of files to be deleted, providing better insight into the operation.
- Replacing `Write-Debug` with `Write-DebugLog` and `Write-ErrorLog` for consistency and clarity in logging.
These improvements aim to make the scripts more robust and user-friendly by providing detailed feedback during execution.
0 commit comments