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

James Perkins (JIRA) issues at jboss.org
Wed Apr 8 14:40:19 EDT 2015


     [ https://issues.jboss.org/browse/WFCORE-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Perkins moved WFLY-1712 to WFCORE-633:
--------------------------------------------

        Project: WildFly Core  (was: WildFly)
            Key: WFCORE-633  (was: WFLY-1712)
    Component/s: Logging
                     (was: Logging)


> Erroneous name attribute on root-logger after add-handler operation 
> --------------------------------------------------------------------
>
>                 Key: WFCORE-633
>                 URL: https://issues.jboss.org/browse/WFCORE-633
>             Project: WildFly Core
>          Issue Type: Bug
>          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 was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jboss-jira mailing list