This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_1x by this push:
new b13e418 TIKA-3210 -- info -> debug
b13e418 is described below
commit b13e4184c4cff9b74e6035a8d6268f2e327a84c2
Author: tallison <[email protected]>
AuthorDate: Mon Oct 19 16:12:36 2020 -0400
TIKA-3210 -- info -> debug
---
.../src/main/java/org/apache/tika/server/TikaServerWatchDog.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tika-server/src/main/java/org/apache/tika/server/TikaServerWatchDog.java
b/tika-server/src/main/java/org/apache/tika/server/TikaServerWatchDog.java
index 91ce2a1..8e711f7 100644
--- a/tika-server/src/main/java/org/apache/tika/server/TikaServerWatchDog.java
+++ b/tika-server/src/main/java/org/apache/tika/server/TikaServerWatchDog.java
@@ -410,7 +410,7 @@ public class TikaServerWatchDog {
argList.add("-child");
argList.add("--numRestarts");
argList.add(Integer.toString(numRestarts));
- LOG.info("child process commandline: " +argList.toString());
+ LOG.debug("child process commandline: " +argList.toString());
builder.command(argList);
Process process = builder.start();
//redirect stdout to parent stderr to avoid error msgs