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

Name of ThresholdFilter given in logback.xml is ignored

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 1.5.7
    • 1.3.0-alpha4
    • None
    • None

    Description

      I have a logback.xml. A fragment of it is:
      <filter name="FileAppenderThresholdFilter"
      class="ch.qos.logback.classic.filter.ThresholdFilter">
      <level>${LOGGER_SDK_FILE_APPENDER_LOGLEVEL:-OFF}</level>
      </filter>

      If I obtain the ThresholdFilter object from java code, the name of it is null. I am sure I find the right object.

      Attachments

        Activity

          People

            ceki Ceki Gülcü
            kovmate Máté Kovács
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: