Github user jgrzebyta commented on a diff in the pull request:
https://github.com/apache/any23/pull/44#discussion_r129450153
--- Diff:
core/src/main/java/org/apache/any23/writer/LoggingTripleHandler.java ---
@@ -111,6 +116,6 @@ public void setContentLength(long contentLength) {
}
private void printHeader(PrintWriter writer) {
- writer.println("#
Document-IRI\tContent-Length\tElapsed-Time\tSuccess\tExtractors");
+ writer.println("#
Document-IRI\tContent-Length\tElapsed-Time\tSuccess\tExtractors:Triples");
--- End diff --
Hi,
Yes that is the intention. That behaviour was implemented in the
`LoggingTripleHandler` and was displayed but I have just added header for that.
For example in last `[ yaml:531 ]` in the logging file only. That information
was not displayed in *strerr* output.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---