You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/01/04 08:40:34 UTC

[GitHub] [incubator-hudi] XuQianJin-Stars commented on a change in pull request #1178: [HUDI-454] Redo hudi-cli log statements using SLF4J

XuQianJin-Stars commented on a change in pull request #1178: [HUDI-454] Redo hudi-cli log statements using SLF4J
URL: https://github.com/apache/incubator-hudi/pull/1178#discussion_r363023933
 
 

 ##########
 File path: hudi-cli/src/main/java/org/apache/hudi/cli/utils/InputStreamConsumer.java
 ##########
 @@ -46,7 +47,7 @@ public void run() {
         LOG.info(line);
       }
     } catch (IOException ioe) {
-      LOG.severe(ioe.toString());
+      LOG.error("Run the InputStreamConsumer is failed:", ioe);
       ioe.printStackTrace();
 
 Review comment:
   > Could this line be removed?
   
   sure

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services