[jboss-jira] [JBoss JIRA] (WFCORE-633) Erroneous name attribute on root-logger after add-handler operation
James Perkins (JIRA)
issues at jboss.org
Thu Apr 9 19:18:19 EDT 2015
[ https://issues.jboss.org/browse/WFCORE-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins resolved WFCORE-633.
----------------------------------
Resolution: Won't Fix
See the comments on https://bugzilla.redhat.com/show_bug.cgi?id=1017881#c12 for the reason this won't be fixed.
> 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