You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2022/06/15 15:03:39 UTC

[GitHub] [activemq-artemis] brusdev commented on a diff in pull request #4113: ARTEMIS-3858 fix navigation from consumer/producer columns of a session to those consumers/producers

brusdev commented on code in PR #4113:
URL: https://github.com/apache/activemq-artemis/pull/4113#discussion_r898098471


##########
artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/consumers.js:
##########
@@ -204,7 +204,7 @@ var Artemis;
             Artemis.log.debug("navigating to consumer = " + artemisConsumer.consumer.session);

Review Comment:
   Should we change the log too?
   ```suggestion
               Artemis.log.debug("navigating to consumer = " + artemisConsumer.consumer.sessionID);
   ```



-- 
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: gitbox-unsubscribe@activemq.apache.org

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