[
https://issues.apache.org/jira/browse/ARTEMIS-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16063086#comment-16063086
]
ASF GitHub Bot commented on ARTEMIS-1251:
-----------------------------------------
GitHub user treblereel opened a pull request:
https://github.com/apache/activemq-artemis/pull/1364
[ARTEMIS-1251] Log messages without prefixed id code in artemis-rest
JIRA: https://issues.apache.org/jira/browse/ARTEMIS-1251
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/treblereel/activemq-artemis-wildfly
IMPROVE_LOGGING_SERVER
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1364.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 #1364
----
commit 82d3cc575cbf1f38d76629fb23e88730605c617e
Author: Dmitrii Tikhomirov <[email protected]>
Date: 2017-06-26T13:07:16Z
[ARTEMIS-1251] Log messages without prefixed id code in artemis-rest
----
> Log messages without prefixed id code in artemis-jms-server
> -----------------------------------------------------------
>
> Key: ARTEMIS-1251
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1251
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.1.0
> Reporter: Dmitrii Tikhomirov
> Priority: Minor
> Fix For: 2.2.0
>
>
> Run following command in artemis-jms-server directory
> {code}
> [treblereel@dhcp-10-40-4-236 artemis-jms-server]$ find -name "*.java" | grep
> -i -E -v "test|example|junit" | xargs grep -i -E
> "LOG(GER)*\.error\(|LOG(GER)*\.warn\(|LOG(GER)*\.info\("
> ./src/main/java/org/apache/activemq/artemis/jms/bridge/impl/JMSBridgeImpl.java:
> ActiveMQJMSBridgeLogger.LOGGER.warn(e.getMessage() + ",
> retrying TX", e);
> ./src/main/java/org/apache/activemq/artemis/jms/server/impl/JMSServerManagerImpl.java:
> logger.warn("Unable to deactivate server", e.getMessage(), e);
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)