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

TeeFilter should be disabled in productions systems

    XMLWordPrintable

Details

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Major Major
    • 0.9.27
    • None
    • None
    • None

    Description

      Given that TeeFilter is part of web.xml it transpires into production which can be highly undesirable.

      Example:

      <filter>
      <filter-name>TeeFilter</filter-name>
      <filter-class>ch.qos.logback.access.servlet.TeeFilter</filter-class>
      <init-param>
      <param-name>ignoreOnHost</param-name>
      <param-value>prodHost0, prodHost1</param-value>
      </init-param>
      </filter>

      Attachments

        Activity

          People

            logback-dev Logback dev list
            ceki Ceki Gülcü
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: