[jboss-jira] [JBoss JIRA] (LOGMGR-279) The configuration API removes handler references before the handler is removed from a logger/handler

James Perkins (Jira) issues at jboss.org
Tue Jun 23 09:49:44 EDT 2020


James Perkins created LOGMGR-279:
------------------------------------

             Summary: The configuration API removes handler references before the handler is removed from a logger/handler
                 Key: LOGMGR-279
                 URL: https://issues.redhat.com/browse/LOGMGR-279
             Project: JBoss Log Manager
          Issue Type: Bug
            Reporter: James Perkins
            Assignee: James Perkins


Using the configuration API to remove a handler from a logger and a handler in the same transaction does not the handler from a logger or a different handler. The handler reference is removed and closed before the attempt to remove the handler from the logger or handler. This ends up leaving the handler on the logger or on the handler so messages are still published to the handler.

Note too that this could also be an issue with the post configuration actions as they require the handler reference as well.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list