XuQianJin-Stars commented on a change in pull request #1152: [HUDI-454] Redo
hudi-cli log statements using SLF4J
URL: https://github.com/apache/incubator-hudi/pull/1152#discussion_r361928359
##########
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(ioe.toString());
Review comment:
yes, you are right, The method `ToString()` can remove.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services