} else {
LOG.info("Deleted path: " + log.getPath());
}
deleteParentIfEmpty(getFileSystem(cluster),log.getPath().getParent());
} catch (IOException e) {
throw new IvoryException(" Unable to delete log file : "
+ log.getPath() + " for entity " + entity.getName()
+ " for cluster: " + cluster.getName(), e);
}
} else {
LOG.info("Retention limit: " + retention