[
https://issues.jboss.org/browse/AS7-6666?page=com.atlassian.jira.plugin.s...
]
James Perkins closed AS7-6666.
------------------------------
Resolution: Rejected
This is already done upstream in 7.2.
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