Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0
-
None
-
None
Description
Run following command in Artemis root directory
[treblereel@dhcp-10-40-4-236 artemis-ra]$ 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/ra/inflow/ActiveMQMessageHandler.java: ActiveMQRALogger.LOGGER.warn("unable to clear the transaction", e1); ./src/main/java/org/apache/activemq/artemis/ra/inflow/ActiveMQActivation.java: ActiveMQRALogger.LOGGER.warn(e); ./src/main/java/org/apache/activemq/artemis/ra/ActiveMQResourceAdapter.java: ActiveMQRALogger.LOGGER.info("Resource adaptor started");
Attachments
Issue Links
- is cloned by
-
ARTEMIS-1226 Log messages without prefixed id code in artemis-jms-client
- Closed
- links to