[
https://issues.apache.org/jira/browse/TIKA-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355022#comment-17355022
]
Tim Allison commented on TIKA-3424:
-----------------------------------
It looks like slf4j is picking log4j2 as the binding:
{noformat}
System.err.println(binder.getLoggerFactory());
System.err.println(binder.getLoggerFactoryClassStr());
{noformat}
yields:
{noformat}
org.apache.logging.slf4j.Log4jLoggerFactory@49e202ad
org.apache.logging.slf4j.Log4jLoggerFactory
{noformat}
> tika-app in 2.x should log to stderr
> ------------------------------------
>
> Key: TIKA-3424
> URL: https://issues.apache.org/jira/browse/TIKA-3424
> Project: Tika
> Issue Type: Bug
> Reporter: Tim Allison
> Priority: Major
>
> Tika 2.x's app is logging to stdout. We tried to write to stderr via the
> log4j2.properties file, but that is not being respected.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)