Pil0tXia commented on code in PR #4698:
URL: https://github.com/apache/eventmesh/pull/4698#discussion_r1443652787


##########
eventmesh-sdks/eventmesh-sdk-java/src/main/java/org/apache/eventmesh/client/grpc/producer/EventMeshGrpcProducer.java:
##########
@@ -61,7 +61,7 @@ public EventMeshGrpcProducer(EventMeshGrpcClientConfig 
clientConfig) {
     }
 
     public <T> Response publish(T message) {
-        LogUtils.info(log, "Publish message ", message.toString());
+        LogUtil.info(log, "Publish message ", message::toString);

Review Comment:
   All fixed in 
https://github.com/apache/eventmesh/pull/4698/commits/56b3d16d8eeda594385586856bfc4bfa51a5ef97.
   
   
![image](https://github.com/apache/eventmesh/assets/41445332/e849fc32-66af-494c-82d6-2b69844896d3)
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to