Chuck Rolke created QPID-4397:
---------------------------------
Summary: C++ Broker Improve log statement for expired messages
Key: QPID-4397
URL: https://issues.apache.org/jira/browse/QPID-4397
Project: Qpid
Issue Type: Improvement
Components: C++ Broker
Affects Versions: 0.18
Reporter: Chuck Rolke
Assignee: Chuck Rolke
Log statements for expired messages contain no information about what message
was expired. The proposal is to add something about the message to the log
statement.
Change:
QPID_LOG(debug, "Message expired from queue '" << name << "'");
To:
QPID_LOG(debug, "Message '" << msg << "' expired from queue '" << name "'");
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]