Expanded error logging inside ExtractDateFromFolderName
This commit is contained in:
@@ -271,7 +271,7 @@ public class BackupService
|
||||
return dateTime;
|
||||
}
|
||||
|
||||
_logger.Warning($"Invalid backup folder name format: {folderPath}");
|
||||
_logger.Warning($"Invalid backup folder name format: {folderPath}, [{folderName}]");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user