[
https://issues.apache.org/jira/browse/TIKA-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14558478#comment-14558478
]
Hudson commented on TIKA-1636:
------------------------------
FAILURE: Integrated in tika-trunk-jdk1.7 #707 (See
[https://builds.apache.org/job/tika-trunk-jdk1.7/707/])
Update CHANGES.txt for TIKA-1636. (mattmann:
http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1681639)
* /tika/trunk/CHANGES.txt
- fix for TIKA-1636: Toggle loading error warn logs in Tika Service Loading
from the Command Line (mattmann:
http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1681634)
* /tika/trunk/tika-core/src/main/java/org/apache/tika/config/ServiceLoader.java
> 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
>
> Attachments: TIKA-1636.Mattmann.052415.patch.txt
>
>
> 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)