David Pilato created TIKA-3610: ---------------------------------- Summary: Emit errors to a specific emitter Key: TIKA-3610 URL: https://issues.apache.org/jira/browse/TIKA-3610 Project: Tika Issue Type: New Feature Components: tika-pipes Reporter: David Pilato
Instead of emitting errors in the logs, we should emit them using an error emitter instead. Then we can have all the flexibility we want to emit our errors to a logger, to a filesystem, to whatever implementation. For example: {code:java} <errorEmitterName>fse</errorEmitterName> {code} -- This message was sent by Atlassian Jira (v8.20.1#820001)