logback-android v3.0-1 Release Notes

Release Date: 2018-09-17 // over 5 years ago
    • [FIX] Fix scanPeriod attribute required for auto-reload to work (LOGBACK-1194)
    • [FIX] Fix SSL for SMTPAppender (LOGBACK-1094)
    • [FIX] Fix artificial limit for number of files allowed in RollingFileAppender (LOGBACK-1175)
    • [FIX] Fix NPE when using MDCFilter (LOGBACK-1165)
    • [FIX] Fix missing log files/entries when using SizeAndTimeBasedRollingPolicy (LOGBACK-1361)
    • [FIX] Fix unexpected DEBUG logs for misspelled log levels (LOGBACK-1288)
    • [FIX] Fix invalid JSON property values for custom appenders (LOGBACK-1101)
    • [NEW] Enable default shutdown hook (LOGBACK-1162)
    • [NEW] Support min length in %i filename pattern (LOGBACK-1248)
    • [NEW] Allow editing MIME message before sending email with SMTPAppender