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

Wrong description of custom-formatter resource's attributes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 6.0.0.Alpha1
    • None
    • Logging
    • None
    • Hide

      Using CLI call /subsystem=logging/custom-formatter=test:read-resource-description

      Show
      Using CLI call /subsystem=logging/custom-formatter=test:read-resource-description

    Description

      Description of custom-formatter's attributes seems to be copy-pasted from custom-handler:

      "attributes" => {
                  "class" => {
                      "type" => STRING,
                      "description" => "The logging handler class to be used.",
                      ...
                  },
                  "module" => {
                      "type" => STRING,
                      "description" => "The module that the logging handler depends on.",
                      ...
                  },
                  "properties" => {
                      "type" => OBJECT,
                      "description" => "Defines the properties used for the logging handler. All properties must be accessible via a setter method.",
                      ...
                  }
              }
      

      Attachments

        Activity

          People

            jperkins-rhn James Perkins
            pjelinek@redhat.com Pavel Jelinek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: