You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "vinothchandar (via GitHub)" <gi...@apache.org> on 2023/03/30 20:39:34 UTC

[GitHub] [hudi] vinothchandar commented on a diff in pull request #7955: [HUDI-5649] Unify all the loggers to slf4j

vinothchandar commented on code in PR #7955:
URL: https://github.com/apache/hudi/pull/7955#discussion_r1153760718


##########
packaging/hudi-cli-bundle/pom.xml:
##########
@@ -298,5 +299,15 @@
       <artifactId>log4j-core</artifactId>
       <scope>compile</scope>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>

Review Comment:
   have you also considered the kafka-connect, timeline server and metaserver bundles? 



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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org