Description
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
org.apache.tika.service.error.warn
property that can be set via the Java runtime to true and/or false.