if (eventHandler == null) {
eventHandler = new LogOnlyEventHandler().configure();
}
TwillSpecificationAdapter.create().toJson(
new DefaultTwillSpecification(spec.getName(), runtimeSpec, spec.getOrders(), eventHandler),
writer);
} finally {
writer.close();
}
LOG.debug("Done {}", Constants.Files.TWILL_SPEC);