You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alex Rudyy (JIRA)" <ji...@apache.org> on 2015/06/09 12:51:00 UTC

[jira] [Created] (QPID-6578) [Java Broker] Add the ability for logging filters to be added/removed/changed dynamically

Alex Rudyy created QPID-6578:
--------------------------------

             Summary: [Java Broker] Add the ability for logging filters to be added/removed/changed dynamically
                 Key: QPID-6578
                 URL: https://issues.apache.org/jira/browse/QPID-6578
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
    Affects Versions: 6.0 [Java]
            Reporter: Alex Rudyy
            Assignee: Alex Rudyy


The initial implementations of BrokerLogger configure the logging filters once as the BrokerAdapter is resolved at startup.

We need the ability to dynamically:

    To change the existing level of an existing logging filter (e.g. INFO => DEBUG)
    To add a new logging filter (e.g. com.jpmorgan.qpid)
    To remove an existing logging filter
    ACL rule CONFIGURE BROKER should be applied to these operations.
    Include adding support for brokerlogfilters to the REST API

The implementation must dynamically reconfigure the existing appenders in such a manner that log messages are not lost.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org