clebertsuconic commented on code in PR #4237:
URL: https://github.com/apache/activemq-artemis/pull/4237#discussion_r983645003


##########
tests/artemis-test-support/src/main/java/org/apache/activemq/transport/amqp/client/AmqpProtocolTracer.java:
##########
@@ -37,7 +39,7 @@
  */
 public class AmqpProtocolTracer implements ProtocolTracer, 
FrameBodyHandler<AmqpFrameValidator> {
 
-   private static final Logger TRACE_FRAMES = 
LoggerFactory.getLogger(AmqpProtocolTracer.class.getPackage().getName() + 
".FRAMES");
+   private static final Logger logger = 
LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());

Review Comment:
   I think we should keep the change here.. it's better this way.. as you said 
it's on the test client.



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

Reply via email to