[
https://issues.jboss.org/browse/WFCORE-1273?page=com.atlassian.jira.plugi...
]
James Perkins moved JBEAP-2581 to WFCORE-1273:
----------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-1273 (was: JBEAP-2581)
Workflow: GIT Pull Request workflow (was: CDW v1)
Component/s: Logging
(was: Logging)
Target Release: (was: 7.0.0.GA)
Can not add property after change of class in custom log formatter.
-------------------------------------------------------------------
Key: WFCORE-1273
URL:
https://issues.jboss.org/browse/WFCORE-1273
Project: WildFly Core
Issue Type: Bug
Components: Logging
Environment: Running unsecured EAP 7.0. DR9 version in standalone mode with
standalone-full-ha profile
Reporter: James Perkins
Assignee: James Perkins
When you create custom formater - XMLFormatter
{{/subsystem=logging/custom-formatter=XMLFormatter:add(class=java.util.logging.XMLFormatter,
module=org.jboss.logmanager)}} and then in web console edit class of formatter to
*org.jboss.logmanager.formatters.PatternFormatter* then save and try to add properties -
*pattern=%s%E%n*. Property is not saved.
When you create new formatter with *org.jboss.logmanager.formatters.PatternFormatter*
class and then try to add same property, saving is successful.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)