vongosling commented on a change in pull request #221: [ROCKETMQ-359] Replace 
slf4j api used in RocketMQ with InternalLogger
URL: https://github.com/apache/rocketmq/pull/221#discussion_r172425109
 
 

 ##########
 File path: 
remoting/src/main/java/org/apache/rocketmq/remoting/common/ServiceThread.java
 ##########
 @@ -16,14 +16,15 @@
  */
 package org.apache.rocketmq.remoting.common;
 
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
+
+import org.apache.rocketmq.logging.InternalLogger;
 
 Review comment:
   Manual replace?

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


With regards,
Apache Git Services

Reply via email to