[JIRA] Created: (LBCORE-136) ch.qos.logback.core.joran.action.AppenderRefAction's ref attribute should support variable substitution

ch.qos.logback.core.joran.action.AppenderRefAction's ref attribute should support variable substitution ------------------------------------------------------------------------------------------------------- Key: LBCORE-136 URL: http://jira.qos.ch/browse/LBCORE-136 Project: logback-core Issue Type: Improvement Components: Joran Affects Versions: 0.9.18 Reporter: Darryl Smith Assignee: Logback dev list In AppenderRefAction String appenderName = attributes.getValue(ActionConst.REF_ATTRIBUTE); to String appenderName = ec.subst(attributes.getValue(ActionConst.REF_ATTRIBUTE)); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
participants (1)
-
Darryl Smith (JIRA)