logFileWriterThread = new Thread(logFileWriterTask, "LogFileWriterThread");
logFileWriterThread.start();
// Tango DAO.
dao = null;
String factoryClassName = SalsaDAOFactory.class.getName();
setHistoricKey(factoryClassName, new HistoricKey(factoryClassName));
switchDAOFactory(factoryClassName);
}