Skip to content
  1. Dec 28, 2014
  2. Dec 27, 2014
    • jkuperus's avatar
      Fix for LOGBACK-1023 · 3c5f1463
      jkuperus authored
      Make sure TeeHttpServletResponse uses the response character encoding
      when contructing a new writer.
      3c5f1463
  3. Dec 25, 2014
  4. Dec 24, 2014
  5. Dec 23, 2014
  6. Dec 22, 2014
    • anziferrum's avatar
      ea0da34c
    • Janeček Jakub's avatar
      Add support for depth range to CallerDataConverter · 24b253fc
      Janeček Jakub authored
      The caller converter of the pattern layout supports specification
      of depth which changes the number of levels it writes out
      from the stack trace. If you need to skip some levels and write out
      a range of stack trace elemens you cannot do so. This commit adds
      support for ranges using the double dot ("..") notation. It can be useful
      while using for example Scala traits to simplify logging which causes
      the file and line number to be incorrect. This way the user can see
      the actual place where logging was called.
      24b253fc
  7. Dec 21, 2014
  8. Dec 20, 2014
  9. Dec 12, 2014
  10. Dec 08, 2014
  11. Dec 07, 2014
  12. Sep 20, 2014
  13. Aug 30, 2014
  14. Aug 18, 2014
  15. Aug 12, 2014
    • Joe Jensen's avatar
      Fix for LOGBACK-875 · c63a656b
      Joe Jensen authored
      Prevent logging on an interrupted thread from shutting down prudent file
      appenders due to a FileLockInterruptedException
      c63a656b
  16. Jul 13, 2014