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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user