Chris A. Mattmann created TIKA-1636:
---------------------------------------
Summary: Toggle loading error warn logs in Tika Service Loading
from the Command Line
Key: TIKA-1636
URL: https://issues.apache.org/jira/browse/TIKA-1636
Project: Tika
Issue Type: Improvement
Components: core
Reporter: Chris A. Mattmann
Assignee: Chris A. Mattmann
Fix For: 1.9
It's really hard to find parsing errors having to do with Parser classes not
being loaded during service loading. One way is to use the LoadErrorHandlers,
however, these are configured by default to use the .IGNORE version. This
should be settable from the command line so that a user can override and use
the .WARN version at least.
I am providing a patch that adds an
{noformat}org.apache.tika.service.error.warn{noformat}
property that can be set via the Java runtime to true and/or false.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)