I'm calling in Java via Tika facade class. The main program is actually in Python and I get to call Tika through a JNI wrapper.
On Fri, Jul 10, 2015 at 8:49 AM, Nick Burch <[email protected]> wrote: > On Fri, 10 Jul 2015, Gabriele Lanaro wrote: > >> Hi, I would like to know if it is possible to configure logging in tika, >> for example I'd like to log to a file instead of standard output. >> Redirection is not an option because I'm using tika as a library for >> another application, and I'd like to log other parts of the application. >> > > How are you calling Tika? Tika App? Tika Server? In Java via the Tika > facade? In Java via TikaConfig + Parser? In Java via OSGi? > > Nick >
