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

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

XMLWordPrintable

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

      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"
              }}
      
      

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

              Created:
              Updated:
              Resolved: