throw new RuntimeException(
"Failed to create database store for " + database, e);
}
}
logThreadRunnable =
new LoggingThreadRunnable(events, logParser, logStore);
logThread = new Thread(logThreadRunnable);
logThread.setDaemon(true);
logThread.start();
super.activateOptions();