Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-276

ch.qos.logback.core.joran.action.AppenderRefAction's ref attribute should support variable substitution

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • logback-core
    • None

    Description

      In AppenderRefAction

      String appenderName = attributes.getValue(ActionConst.REF_ATTRIBUTE);
      to
      String appenderName = ec.subst(attributes.getValue(ActionConst.REF_ATTRIBUTE));

      Attachments

        Activity

          People

            logback-dev Logback dev list
            dwsmith75 Darryl Smith
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: