Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0
-
None
-
None
Description
Run following command in artemis-rest directory
[treblereel@dhcp-10-40-4-236 artemis-rest]$ 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/rest/queue/push/UriStrategy.java: ActiveMQRestLogger.LOGGER.warn("failed to push message to " + uri, e); ./src/main/java/org/apache/activemq/artemis/rest/util/HttpMessageHelper.java: ActiveMQRestLogger.LOGGER.warn("Building Message from object", e.getMessage(), e);
Attachments
Issue Links
- is a clone of
-
ARTEMIS-1226 Log messages without prefixed id code in artemis-jms-client
- Closed
- is cloned by
-
ARTEMIS-1251 Log messages without prefixed id code in artemis-jms-server
- Closed
- links to