[
https://issues.apache.org/jira/browse/QPID-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14697333#comment-14697333
]
ASF subversion and git services commented on QPID-6695:
-------------------------------------------------------
Commit 1695938 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1695938 ]
QPID-6695: [Java Broker] Refactoring - remove excessive specialisations of Task
> Make model tasks have useful toStrings so that task submit/completion debug
> logs are useful
> -------------------------------------------------------------------------------------------
>
> Key: QPID-6695
> URL: https://issues.apache.org/jira/browse/QPID-6695
> Project: Qpid
> Issue Type: Improvement
> Components: Java Broker
> Reporter: Keith Wall
> Assignee: Keith Wall
>
> At the moment, when running the Broker at debug, we currently write the
> following as each task is submitted to the task executor:
> {noformat}
> 2015-07-31 15:29:45,096 DEBUG [VirtualHostNode-bdb-Config]
> (o.a.q.s.c.u.TaskExecutorImpl) - Task
> org.apache.qpid.server.model.AbstractConfiguredObject$2@201982d
> is performed successfully with result: null
> 2015-07-31 15:29:45,116 DEBUG [VirtualHostNode-bdb-Config]
> (o.a.q.s.c.u.TaskExecutorImpl) - Task
> org.apache.qpid.server.model.AbstractConfiguredObject$2@73dc353
> 4 is performed successfully with result: null
> {noformat}
> The ability to diagnose errors would be improved if the logging were improved
> to include the details of the operation and the action being performed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]