Pavel Jelinek created WFCORE-3896:
-------------------------------------
Summary: Wrong description of custom-formatter resource's attributes
Key: WFCORE-3896
URL:
https://issues.jboss.org/browse/WFCORE-3896
Project: WildFly Core
Issue Type: Bug
Components: Logging
Reporter: Pavel Jelinek
Assignee: James Perkins
Description of custom-formatter's attributes seems to be copy-pasted from
custom-handler:
{code}
"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.",
...
}
}
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)