Want to enable debug logs in Apache tika container. Tried following Tika config configuration through tika-config.xml, but do not see any debug logs getting printed.
<?xml version="1.0" encoding="UTF-8"?>
<properties>
<server>
<params>
<logLevel>debug</logLevel>
<taskTimeoutMillis>3600000</taskTimeoutMillis>
</params>
</server>
</properties>