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

Can't set RollingFileAppender append = false

    XMLWordPrintable

Details

    Description

      RollingFileAppender : 25

      The check is wrong, it should be checked against null.

      // we don't want to void existing log files
      if (append == null)

      { addWarn("Append mode is mandatory for RollingFileAppender"); append = true; }

      Attachments

        Activity

          People

            tony19 Tony Trinh
            fornarat Tomas Fornara
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: