[
https://issues.apache.org/jira/browse/QPID-8515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17348686#comment-17348686
]
ASF GitHub Bot commented on QPID-8515:
--------------------------------------
alex-rufous commented on a change in pull request #85:
URL: https://github.com/apache/qpid-broker-j/pull/85#discussion_r636375792
##########
File path:
broker-core/src/main/java/org/apache/qpid/server/queue/QueueConsumerImpl.java
##########
@@ -568,7 +568,7 @@ public String toLogString()
}
else
{
- String queueString = new QueueLogSubject(_queue).toLogString();
+ String queueString = new QueueLogSubject(getName(),
getName()).toLogString();
Review comment:
the second argument should be a virtual host name
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> Improve operational logging and log every change to the broker state
> --------------------------------------------------------------------
>
> Key: QPID-8515
> URL: https://issues.apache.org/jira/browse/QPID-8515
> Project: Qpid
> Issue Type: Improvement
> Components: Broker-J
> Affects Versions: qpid-java-broker-8.0.4
> Reporter: Dedeepya
> Priority: Major
> Fix For: qpid-java-broker-8.0.5
>
>
> Currently there is a gap in operational logging, where the deletion of access
> control groups is not logged. We need to identify any other such gaps and fix
> it to log every change happening to the broker state.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]