logsPath);
this.fileHandlers = new HashMap<Logger,FileHandler>();
setupLogFile(uriProcessing,
getCrawlLogPath().getFile().getAbsolutePath(),
new UriProcessingFormatter(getLogExtraInfo()), true);
setupLogFile(runtimeErrors,
getRuntimeErrorsLogPath().getFile().getAbsolutePath(),
new RuntimeErrorFormatter(getLogExtraInfo()), true);