- Dec 28, 2014
-
-
Tony Trinh authored
-
Tony Trinh authored
Add support for depth range to CallerDataConverter
-
Tony Trinh authored
-
Tony Trinh authored
Add request method to MDCInsertingServletFilter
-
- Dec 24, 2014
-
-
Ryan Tenney authored
-
- Dec 23, 2014
-
-
Tony Trinh authored
Fixed typo in append-toMySQL-with-datasource.xml
-
Tony Trinh authored
-
Tony Trinh authored
LOGBACK-116: RollingCalendarTest fails when user.timezone is not CEST
-
Tony Trinh authored
-
Tony Trinh authored
simplification of SocketApender connection logic
-
Tony Trinh authored
-
Tony Trinh authored
LOGBACK-909 Fix race condition in SMTPAppenderBase
-
- Dec 22, 2014
-
-
anziferrum authored
-
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.
-
- Dec 21, 2014
-
-
Tony Trinh authored
better fix for broken AbstractSocketAppenderTest
-
- Dec 20, 2014
-
-
Tony Trinh authored
Update javadoc, cannot find CustomDBNameResolver
-
Tony Trinh authored
-
Tony Trinh authored
-
Tony Trinh authored
Fixed typo in configuration.html
-
Raphael Ackermann authored
-
- Dec 12, 2014
-
-
Ceki Gulcu authored
AppenderBase started variable made volatile
-
Robert Elliot authored
AppenderBase started variable made volatile as it is mutable, access to it is not synchronized and it is shared between threads. Fix for http://jira.qos.ch/browse/LOGBACK-1037
-
- Dec 08, 2014
-
-
Ceki Gulcu authored
-
- Dec 07, 2014
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Sep 20, 2014
-
-
Hideki Yamamura authored
Correct RollingCalendarTest. Modify time-zone offset handling.
-
- Aug 30, 2014
-
-
Tony Trinh authored
-
Tony Trinh authored
Fix for Prudent FileAppender and thread interruptions (LOGBACK-875)
-
- Aug 18, 2014
-
-
wuwen authored
-
- Aug 12, 2014
-
-
Joe Jensen authored
Prevent logging on an interrupted thread from shutting down prudent file appenders due to a FileLockInterruptedException
-
- Jul 13, 2014
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
This reverts commit 147ed05b.
-
Ceki Gulcu authored
-
Sebastian Gröbler authored
-
Sebastian Gröbler authored
-
Sebastian Gröbler authored
added missing unit test for re-establishing the socket connection when stream creation fails with IOException
-
Sebastian Gröbler authored
-
Sebastian Gröbler authored
-