[
https://issues.apache.org/jira/browse/ARTEMIS-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16065278#comment-16065278
]
ASF subversion and git services commented on ARTEMIS-1259:
----------------------------------------------------------
Commit 028df470309471842ca3cd9729533c4912107a84 in activemq-artemis's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=028df47 ]
[ARTEMIS-1259] Log messages without prefixed id code in artemis-server-osgi
> Log messages without prefixed id code in artemis-server-osgi
> ------------------------------------------------------------
>
> Key: ARTEMIS-1259
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1259
> 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-server-osgi root directory
> {code}
> [treblereel@dhcp-10-40-4-236 artemis-server-osgi]$ 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/osgi/ProtocolTracker.java:
> LOG.info("Broker config " + name + " found. Tracking protocols " +
> Arrays.asList(requiredProtocols));
> ./src/main/java/org/apache/activemq/artemis/osgi/ProtocolTracker.java:
> LOG.info("Required protocol " + protocol + " was added for broker " + name +
> ". " +
> ./src/main/java/org/apache/activemq/artemis/osgi/ProtocolTracker.java:
> LOG.info("Required protocol " + protocol + " was removed for broker " + name
> + ". " + (missing.isEmpty() ? "Stopping broker. " : ""));
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)