- Jan 28, 2015
-
-
Tony Trinh authored
-
- Jan 18, 2015
-
-
Tony Trinh authored
LOGBACK-929: daemonized threads created by logback executor service.
-
- Jan 12, 2015
-
-
Eyal Farago authored
LOGBACK-929: fix spacing per Tony's request.
-
- Jan 11, 2015
-
-
Eyal Farago authored
-
- Jan 10, 2015
-
-
Tony Trinh authored
fixed typo in the paragraph relating to ExecutionServiceUtil changes (PR #187)
-
Tony Trinh authored
-
Tony Trinh authored
Fix for LOGBACK-894 cleanByPeriodOffset add time check
-
- Jan 07, 2015
-
-
Pascal Schumacher authored
-
Ceki Gulcu authored
- Properly close <p> tags in order to be XML well-formed - minor edits in the paragraph relating to ExecutionServiceUtil changes (PR #187)
-
- Dec 31, 2014
-
-
Tony Trinh authored
Escape XML &,",' in XMLLayout (LOGBACK-728)
-
Gabriel Corona authored
Fix LOGBACK-728 and LOGBACK-440. Add unit test for XMLLayout: validate against log4j.dtd found in log4j (added as a test dependency). As log4j-over-slf4j is a test dependency as well we must take care to have log4j-over-slf4j first in the classpath so that it can take precedence over log4j.
-
- Dec 29, 2014
-
-
Tony Trinh authored
fixed flaky mocking in AbstractSocketAppenderTest due to multi-threading issues
-
wuwen authored
-
Sebastian Gröbler authored
-
- Dec 28, 2014
-
-
Tony Trinh authored
-
Tony Trinh authored
-
Tony Trinh authored
-
Tony Trinh authored
-
Tony Trinh authored
-
Tony Trinh authored
-
Tony Trinh authored
-
Tony Trinh authored
Use response encoding when creating the printwriter or you will run into...
-
Tony Trinh authored
-
Tony Trinh authored
LOGBACK-1008 ConfigurationDelegate.groovy should check AppenderAttachabable.
-
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 27, 2014
-
-
jkuperus authored
Make sure TeeHttpServletResponse uses the response character encoding when contructing a new writer.
-
- Dec 25, 2014
-
-
KwonNam Son authored
-
- 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.
-