Wolf-Dieter Fink created WFLY-3119:
--------------------------------------
Summary: Management console did not show the file path correct if an
expression is used
Key: WFLY-3119
URL:
https://issues.jboss.org/browse/WFLY-3119
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Domain Management, Web Console
Affects Versions: 8.0.0.Final
Reporter: Wolf-Dieter Fink
Assignee: Brian Stansberry
If the <file path=> attribute of a file-handler contains an expression the
management console show this as "undifined".
Change the attribute is possible anyhow an expression is used.
The CLI show the correct expression:
[standalone@localhost:9990 /]
/subsystem=logging/periodic-rotating-file-handler=FILE:read-resource
{
"outcome" => "success",
"result" => {
"append" => true,
"autoflush" => true,
"enabled" => true,
"encoding" => undefined,
"file" => {
"relative-to" => "jboss.server.log.dir",
"path" => expression "${jboss.server.name}"
},
"filter" => undefined,
"filter-spec" => undefined,
"formatter" => "%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n",
"level" => "ALL",
"name" => "FILE",
"named-formatter" => "PATTERN",
"suffix" => ".yyyy-MM-dd"
}
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira