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

ASF GitHub Bot commented on CXF-7265:
-------------------------------------

GitHub user tadayosi opened a pull request:

    https://github.com/apache/cxf/pull/241

    [CXF-7265] Symmetric INFO logging for registering and unregistering MBeans

    https://issues.apache.org/jira/browse/CXF-7265

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

    $ git pull https://github.com/tadayosi/cxf CXF-7265

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

    https://github.com/apache/cxf/pull/241.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 #241
    
----
commit 084128932117d6a275c3740e0fe41c37981b10ee
Author: Tadayoshi Sato <[email protected]>
Date:   2017-03-03T12:30:26Z

    [CXF-7265] Symmetric INFO logging for registering and unregistering MBeans

----


> Symmetric INFO logging for registering and unregistering MBeans
> ---------------------------------------------------------------
>
>                 Key: CXF-7265
>                 URL: https://issues.apache.org/jira/browse/CXF-7265
>             Project: CXF
>          Issue Type: Improvement
>          Components: Management
>    Affects Versions: 3.1.10
>            Reporter: Tadayoshi Sato
>            Priority: Minor
>
> {{InstrumentationManagerImpl}} outputs INFO logs upon MBean registration 
> events like this:
> {code}
> | INFO  | p1825363260-1586 | InstrumentationManagerImpl       | 440 - 
> org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean 
> org.apache.cxf:bus.id=camel-example-cxf-blueprint-cxf34364476,type=Bus.Service.Endpoint,service="{http://reportincident.example.camel.apache.org}ReportIncidentEndpointService",port="ReportIncidentEndpoint",instance.id=472413293:
>  org.apache.cxf.endpoint.ManagedEndpoint@255c4cdb
> {code}
> However, it doesn't output equivalent logs for unregistration events. This 
> symmetry in logging will improve ease of debugging around JMX behaviours in 
> CXF.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to