[
https://issues.apache.org/jira/browse/ROCKETMQ-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15769472#comment-15769472
]
ASF GitHub Bot commented on ROCKETMQ-6:
---------------------------------------
GitHub user shroman opened a pull request:
https://github.com/apache/incubator-rocketmq/pull/3
Logging instead of printStack(). Fix for ROCKETMQ-6.
See https://issues.apache.org/jira/browse/ROCKETMQ-6
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shroman/incubator-rocketmq ROCKETMQ-6
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rocketmq/pull/3.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3
----
commit 7d986dadaf648641fd04fbd6be25d7705bf0973a
Author: shtykh_roman <[email protected]>
Date: 2016-12-22T08:27:51Z
Logging instead of printStack(). Fix for ROCKETMQ-6.
----
> Use logger for exceptions instead of e.printStackTrace()
> --------------------------------------------------------
>
> Key: ROCKETMQ-6
> URL: https://issues.apache.org/jira/browse/ROCKETMQ-6
> Project: Apache RocketMQ
> Issue Type: Improvement
> Reporter: Roman Shtykh
>
> Replace {{e.printStackTrace()}} with {{log.error(...)}} in all core modules,
> except tests, tools and examples.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)