[
https://issues.apache.org/jira/browse/ARTEMIS-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Bertram resolved ARTEMIS-1226.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.2.0
> Log messages without prefixed id code in artemis-jms-client
> -----------------------------------------------------------
>
> Key: ARTEMIS-1226
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1226
> 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-client root directory
> {code}
> [treblereel@dhcp-10-40-4-236 artemis-jms-client]$ 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/jndi/ReadOnlyContext.java:
> ActiveMQClientLogger.LOGGER.error("Failed to bind " + binding.getKey()
> + "=" + binding.getValue(), e);
> ./src/main/java/org/apache/activemq/artemis/jms/client/ActiveMQMessageConsumer.java:
> ActiveMQClientLogger.LOGGER.warn(newIOOB.getMessage(),
> newIOOB);
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)