[jboss-jira] [JBoss JIRA] (WFLY-3119) Management console did not show the file path correct if an expression is used

Wolf-Dieter Fink (JIRA) issues at jboss.org
Fri Mar 14 10:00:12 EDT 2014


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 at 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


More information about the jboss-jira mailing list