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 6d2312a  convert debug->info to understand crash in CI/CD that can't 
be reproduced locally
6d2312a is described below

commit 6d2312a98cb4d9698c73158c2e28d296756ef959
Author: tallison <[email protected]>
AuthorDate: Fri Oct 30 16:05:09 2020 -0400

    convert debug->info to understand crash in CI/CD that can't be reproduced 
locally
---
 .../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 a853390..a6722dc 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.debug("child process commandline: " +argList.toString());
+            LOG.info("child process commandline: " +argList.toString());
             builder.command(argList);
             Process process = builder.start();
             //redirect stdout to parent stderr to avoid error msgs

Reply via email to