[jboss-jira] [JBoss JIRA] (AS7-6666) Custom log handler properties should support expressions
Oliver Bock (JIRA)
jira-events at lists.jboss.org
Mon Mar 4 15:10:56 EST 2013
[ https://issues.jboss.org/browse/AS7-6666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758287#comment-12758287 ]
Oliver Bock commented on AS7-6666:
----------------------------------
Great!
Thanks
> 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