[jboss-jira] [JBoss JIRA] (WFCORE-3896) Wrong description of custom-formatter resource's attributes
Pavel Jelinek (JIRA)
issues at jboss.org
Mon May 28 09:44:00 EDT 2018
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)
More information about the jboss-jira
mailing list