Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0
-
None
-
None
Description
Run following command in artemis-jms-client root directory
[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);
Attachments
Issue Links
- is a clone of
-
ARTEMIS-1225 Log messages without prefixed id code in artemis-ra
- Closed
- is cloned by
-
ARTEMIS-1382 Log messages without prefixed id code in artemis-server
- Resolved
-
ARTEMIS-1228 Log messages without prefixed id code in artemis-rest
- Closed
-
ARTEMIS-1259 Log messages without prefixed id code in artemis-server-osgi
- Closed
- links to