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

        
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev

Reply via email to