[
https://issues.apache.org/jira/browse/ARTEMIS-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16063681#comment-16063681
]
ASF subversion and git services commented on ARTEMIS-1251:
----------------------------------------------------------
Commit 027faa36d1680975e33f32d59f87710c7f3328c9 in activemq-artemis's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=027faa3 ]
[ARTEMIS-1251] Log messages without prefixed id code in artemis-jms-server
> 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)