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 2019/12/30 01:20:11 UTC

[GitHub] [incubator-hudi] hejinbiao123 commented on a change in pull request #1145: [HUDI-455] Redo hudi-client log statements using SLF4J

hejinbiao123 commented on a change in pull request #1145: [HUDI-455] Redo hudi-client log statements using SLF4J
URL: https://github.com/apache/incubator-hudi/pull/1145#discussion_r361883574
 
 

 ##########
 File path: hudi-client/pom.xml
 ##########
 @@ -85,6 +85,11 @@
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.7.28</version>
 
 Review comment:
   OK, Thank you for your advice,I'll try it!

----------------------------------------------------------------
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