This is an automated email from the ASF dual-hosted git repository.
tallison 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 120d596 TIKA-3210 -- info -> debug on child process' commandline
120d596 is described below
commit 120d596beea6efe5f34ecf20e08ce41735d0ea7a
Author: tallison <[email protected]>
AuthorDate: Mon Oct 19 16:11:50 2020 -0400
TIKA-3210 -- info -> debug on child process' commandline
---
.../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 a6722dc..a853390 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
@@ -407,7 +407,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