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

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

GitHub user treblereel opened a pull request:

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

    [ARTEMIS-1259] Log messages without prefixed id code in artemis-serve…

    …r-osgi
    JIRA: https://issues.apache.org/jira/browse/ARTEMIS-1259

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/treblereel/activemq-artemis-wildfly 
IMPROVE_LOGGING_SERVER_OSGI

Alternatively you can review and apply these changes as the patch at:

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

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1375
    
----
commit 5df4ba1fe0af2b2aeab32933dec8ab07b9b5e731
Author: Dmitrii Tikhomirov <dtikh...@redhat.com>
Date:   2017-06-26T14:50:10Z

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

Reply via email to