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

Ability to use <include> anywhere not only directly within <configuration>

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • Joran, logback-classic

    Description

      Would like to be able to use include withing tags like <appender> <logger> etc.

      Currently it only supports following.

      <configuration>
          <include/>
      </configuration>
      

       

      But would like to have the following.

      <configuration>
          <appender>
              <include/>
              <include/>
              <encoder>
              </encoder>
          </appender>
      </configuration>
      

       

      This allows other developers to not worry about the content and only use the provided includes to add new filters etc.

      Attachments

        Activity

          People

            logback-dev Logback dev list
            MissakaI Missaka Iddamalgoda
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: