1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Tika logger improvement

This commit is contained in:
adam-m
2012-08-21 10:14:14 -04:00
parent 267d1cf3df
commit a4a43680a0

View File

@@ -58,6 +58,8 @@ class KeywordSearch {
0, MAX_TIKA_LOG_FILES);
tikaLogHandler.setFormatter(new SimpleFormatter());
TIKA_LOGGER.addHandler(tikaLogHandler);
//do not forward to the parent autopsy logger
TIKA_LOGGER.setUseParentHandlers(false);
} catch (IOException ex) {
Exceptions.printStackTrace(ex);
} catch (SecurityException ex) {