Tadayoshi Sato created CXF-7265:
-----------------------------------
Summary: 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)