This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new dc74b5bd9 TIKA-3819: add comment about changing log level in general
dc74b5bd9 is described below

commit dc74b5bd9cb2fb93f73b258fc57de1d15bb2a8cb
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Jul 18 08:51:42 2022 +0200

    TIKA-3819: add comment about changing log level in general
---
 .../tika-server-core/src/main/resources/tika-server-config-default.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/tika-server/tika-server-core/src/main/resources/tika-server-config-default.xml
 
b/tika-server/tika-server-core/src/main/resources/tika-server-config-default.xml
index 8683f5da3..5e5321892 100644
--- 
a/tika-server/tika-server-core/src/main/resources/tika-server-config-default.xml
+++ 
b/tika-server/tika-server-core/src/main/resources/tika-server-config-default.xml
@@ -45,7 +45,8 @@
       <!-- how much to read to memory during the digest phase before
           spooling to disc...only if digest is selected -->
       <digestMarkLimit>1000000</digestMarkLimit>
-      <!-- request URI log level 'debug' or 'info' -->
+      <!-- request URI log level 'debug' or 'info'; to change the general log 
level,
+           edit the "log4j2.xml" file. -->
       <logLevel>info</logLevel>
       <!-- whether or not to include the stacktrace when a parse exception 
happens
           in the data returned to the user -->

Reply via email to