[
https://issues.apache.org/jira/browse/QPID-3885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224563#comment-13224563
]
Kevin Conner commented on QPID-3885:
------------------------------------
The only one which really showed up, related to performance, was
MessageProducer org.apache.qpid.client.BasicMessageProducer_0_10@658eeb10
using publish mode : ASYNC_PUBLISH_ALL
For example one of the performance tests had over 10000 entries in our log
files.
It was while dealing with this that I took a quick look at the others, trying
to rationalise them.
As for the flow control messages I have no real opinion other than I do not
believe they should be at WARN. Please change as you see fit.
> Improve logging in JMS client
> -----------------------------
>
> Key: QPID-3885
> URL: https://issues.apache.org/jira/browse/QPID-3885
> Project: Qpid
> Issue Type: Improvement
> Components: Java Client
> Affects Versions: 0.14
> Reporter: Rajith Attapattu
> Assignee: Rajith Attapattu
> Priority: Minor
> Fix For: Future
>
> Attachments: logging.patch
>
>
> Kevin Conner provided a patch to improve our logging.
> For the most part it reduces noise by downgrading most log messages from info
> to debug.
> It also adds a if(logger.isDebugEnabled()) to save on any unnecessary (and
> potentially expensive) string concatenations.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]