msn-tldr commented on code in PR #14384:
URL: https://github.com/apache/kafka/pull/14384#discussion_r1345592537
##########
clients/src/test/java/org/apache/kafka/clients/producer/internals/SenderTest.java:
##########
@@ -156,6 +157,8 @@ public class SenderTest {
private SenderMetricsRegistry senderMetricsRegistry = null;
private final LogContext logContext = new LogContext();
+ private final Logger log = logContext.logger(SenderTest.class);
Review Comment:
Ok fair enough will remove the logging from tests.
I have already added traces in actual code, so that should be fine for now.
--
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]