[ 
https://issues.apache.org/jira/browse/QPID-4397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299580#comment-15299580
 ] 

ASF subversion and git services commented on QPID-4397:
-------------------------------------------------------

Commit 1745448 from [~gsim] in branch 'qpid/trunk'
[ https://svn.apache.org/r1745448 ]

QPID-4397: log more detail for expired messages when debug enabled

> 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 was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to