[jboss-jira] [JBoss JIRA] (AS7-6666) Custom log handler properties should support expressions

Oliver Bock (JIRA) jira-events at lists.jboss.org
Sun Mar 3 09:31:56 EST 2013


Oliver Bock created AS7-6666:
--------------------------------

             Summary: Custom log handler properties should support expressions
                 Key: AS7-6666
                 URL: https://issues.jboss.org/browse/AS7-6666
             Project: Application Server 7
          Issue Type: Enhancement
          Components: Logging
    Affects Versions: 7.1.1.Final
            Reporter: Oliver Bock
            Assignee: James Perkins
            Priority: Minor


The configuration of a custom-handler for the logging subsystem in standalone.xml doesn't support expressions in the value attribute of its properties/property elements. Those would be very useful, e.g. for OpenShift.

Example ([...] denote omissions for clarity):
{noformat}
<custom-handler [...]>
  [...]
  <properties>
    <property name="myProp" value="${env.MY_PROP_VALUE}"/>
  </properties>
</custom-handler>
{noformat}


TIA


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