[jboss-jira] [JBoss JIRA] (WFLY-1712) Erroneous name attribute on root-logger after add-handler operation

James Perkins (JIRA) jira-events at lists.jboss.org
Wed Jul 17 16:49:26 EDT 2013


James Perkins created WFLY-1712:
-----------------------------------

             Summary: Erroneous name attribute on root-logger after add-handler operation 
                 Key: WFLY-1712
                 URL: https://issues.jboss.org/browse/WFLY-1712
             Project: WildFly
          Issue Type: Feature Request
          Components: Logging
            Reporter: James Perkins
            Assignee: James Perkins
            Priority: Minor


Execution of the {{add-handler}} operation adds a name attribute with the handlers name to the root-logger model.

{code}
"root-logger" => {"ROOT" => {
            "filter" => undefined,
            "filter-spec" => undefined,
            "handlers" => [
                "FILE",
                "CONSOLE"
            ],
            "level" => "INFO",
            "name" => "CONSOLE"
        }}

{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list