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 2018/08/22 10:58:00 UTC

[jira] [Created] (QPID-8232) [Broker-J] Disabling logging using log level OFF is not respected by the logging framework

Alex Rudyy created QPID-8232:
--------------------------------

             Summary: [Broker-J] Disabling logging using  log level OFF is not respected by the logging framework
                 Key: QPID-8232
                 URL: https://issues.apache.org/jira/browse/QPID-8232
             Project: Qpid
          Issue Type: Improvement
          Components: Broker-J
    Affects Versions: qpid-java-broker-7.0.6
            Reporter: Alex Rudyy


When two logging rules created where one rule allows logging  for the given hierarchy and another rule disables specific logging for the logger from the hierarchy declared in the first rule, the rule disabling the logging should take precedence.

For example, when the one rule allows 'info' logging for loggers matching "qpid.message.*" and another rule is added to turn off logging of log event from logger "qpid.message.exchange.discardmsg", the logs from logger "qpid.message.exchange.discardmsg" should not be appended. The current implementation allows logging from disabled loggers.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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