Skip to content

v_1.3.0-1

Compare
Choose a tag to compare
@tony19 tony19 released this 17 Sep 12:37
  • [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