}
Logging.logMessage(Logging.LEVEL_INFO, this, "log replay done, using LSN: " + nextLSN);
// set up and start the disk logger
try {
logger = new DiskLogger(configuration.getDbLogDir(), nextLSN, configuration.getSyncMode(),
configuration.getPseudoSyncWait(), configuration.getMaxQueueLength()
* Math.max(1, configuration.getNumThreads()));
logger.setLifeCycleListener(this);
logger.start();
logger.waitForStartup();