public static void main(String[] args) {
initializeLogging();
BootstrapOptions bootstrapOptions = new DefaultBootstrapOptions(args);
Bootstrap bootstrap = new Bootstrap(bootstrapOptions);
bootstrap.run();
}
private static void initializeLogging() {
final File dataCleanerHome = DataCleanerHome.get();
final File xmlConfigurationFile = new File(dataCleanerHome, "log4j.xml");