writeS3MetadataFile(false);
}
private void writeLogrotateFile() {
log.info("Writing logrotate configuration file to {}", getLogrotateConfPath());
templateManager.writeLogrotateFile(getLogrotateConfPath(), new LogrotateTemplateContext(configuration, taskDefinition));
}