SUPPORT-8818:fix from review

This commit is contained in:
adel.kalimullin 2024-12-23 14:03:04 +03:00
parent b3a32e77d7
commit fdcfdfa13c

View file

@ -37,7 +37,7 @@ public class FileManager {
Files.delete(file.toPath());
}
catch (IOException e) {
LOGGER.warn("Error deleting file: " + file.getAbsolutePath());
LOGGER.warn("Error deleting file: " + file.getAbsolutePath(), e);
}
}
}