Hi,
How can I get the Tika logs? I use the AutoDetectParser in my code to
parse a document using Tika 0.8. I've tried configuring log4j using
log4j properties file used in my application but the Tika logs just
won't come out. The entry I used is below (MiscLogEvents is predefined
in the properties file.)
log4j.appender.TikaLogFile=wt.log4j.jmx.DailyRollingFileAppender
log4j.appender.TikaLogFile.File=Tika-log4j.log
log4j.appender.TikaLogFile.DatePattern='.'yyyy-MM-dd
log4j.appender.TikaLogFile.layout=org.apache.log4j.PatternLayout
log4j.appender.TikaLogFile.layout.ConversionPattern=%d{ISO8601} %-5p
[%t] %c - %m%n
log4j.logger.org.apache.tika=TRACE,TikaLogFile, MiscLogEvents
I've searched for this and found a few threads on this topic but no
solution. Did anyone configure this already?
Regards,
Kumar