getCrawlLogPath().getFile().getAbsolutePath(),
new UriProcessingFormatter(getLogExtraInfo()), true);
setupLogFile(runtimeErrors,
getRuntimeErrorsLogPath().getFile().getAbsolutePath(),
new RuntimeErrorFormatter(getLogExtraInfo()), true);
setupLogFile(nonfatalErrors,
getNonfatalErrorsLogPath().getFile().getAbsolutePath(),
new NonFatalErrorFormatter(getLogExtraInfo()), true);