Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-633

Erroneous name attribute on root-logger after add-handler operation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Minor
    • None
    • None
    • Logging
    • None

    Description

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

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

      Attachments

        Issue Links

          Activity

            People

              jperkins-rhn James Perkins
              jperkins-rhn James Perkins
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: