[jboss-jira] [JBoss JIRA] (WFCORE-159) Handlers can be created with the same name as an existing handler
James Perkins (JIRA)
issues at jboss.org
Thu Oct 9 19:17:11 EDT 2014
James Perkins created WFCORE-159:
------------------------------------
Summary: Handlers can be created with the same name as an existing handler
Key: WFCORE-159
URL: https://issues.jboss.org/browse/WFCORE-159
Project: WildFly Core
Issue Type: Bug
Components: Logging
Reporter: James Perkins
Assignee: James Perkins
Handlers can be created with the same name as an existing handler. This was done to reconfigure differences in the logging subsystem XML and the logging.properties file. The problem is it will replace a handler during an {{ADD}} operation if the same name is used on another parent resource.
{code}
/subsystem=logging/async-handler=CONSOLE:add(queue-length=10,overflow-action=BLOCK)
{code}
This will replace the default console handler with the new one keeping the existing console-handler resource. The next boot also fails with no indication on the console.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the jboss-jira
mailing list