[ 
https://issues.apache.org/jira/browse/ARTEMIS-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16065279#comment-16065279
 ] 

ASF GitHub Bot commented on ARTEMIS-1259:
-----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1375


> 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)

Reply via email to