You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/05/25 07:03:12 UTC

[jira] [Commented] (QPID-4397) C++ Broker Improve log statement for expired messages

    [ 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-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org