- Dec 28, 2013
-
-
Tony Trinh authored
Allow SizeAndTimeBasedFNATP subclasses to provide a custom ArchiveRemover
-
Tony Trinh authored
Add note for LOGBACK-466
-
Tony Trinh authored
Documentation: Fix typos in site and manual
-
Tony Trinh authored
LOGBACK-466 Documentation: Fix syntax issues with GEventEvaluator example
-
- Dec 15, 2013
- Dec 10, 2013
-
-
Tony Trinh authored
Limit the maximumMessageSize for SyslogAppender to be 65000
-
- Dec 07, 2013
-
-
Eric Dahl authored
for the cases where the automatic detection goes over this limit. UDP messages are limited to 65536 bytes, but that includes the UDP headers themselves, so the value of 65000 is used instead (this is the value that used to be statically used)
-
- Nov 25, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Nov 24, 2013
-
-
Tony Trinh authored
LOGBACK-802 Documentation: Use JQuery for trim() so that pages work in IE8 and other old browsers
-
- Nov 22, 2013
-
-
Eric Dahl authored
LOGBACK-802 Documentation: Replace usage of Javascript's String.trim() with JQuery's trim() to allow support for older web browsers
-
- Nov 21, 2013
-
-
Tony Trinh authored
Add note for LOGBACK-927
-
Tony Trinh authored
LOGBACK-927 Update logback-access Common Log Format to use MMM rather than MM for month
-
Tony Trinh authored
Add notes for LOGBACK-768 and LOGBACK-928
-
Tony Trinh authored
LOGBACK-768 Documentation: Fix mistake in the definition of the Combined Log Format
-
- Nov 20, 2013
-
-
John Myers authored
-
Eric Dahl authored
LOGBACK-927 Update the logback-access Common Log Format to use MMM rather than MM. Update the documentation to reflect this and to remove errors regarding the %date/%t behavior with the PatternLayout
-
Eric Dahl authored
LOGBACK-768 Documentation: Fix mistake in the definition of the combined log format (missing brackets)
-
- Nov 18, 2013
-
-
Tony Trinh authored
Add note for pull request #136 (LOGBACK-885)
-
Tony Trinh authored
Catch UnsupportedOperationException in PackageDataCalculator (LOGBACK-885)
-
- Nov 17, 2013
-
-
Tony Trinh authored
Add note for pull request #156
-
Tony Trinh authored
Give names to SimpleSocketServer and SocketNode threads
-
Tony Trinh authored
Add notes for LOGBACK-926 and LOGBACK-904
-
Tony Trinh authored
Fix some typos in manual
-
Tony Trinh authored
Cleanup HTML syntax issues in manual (e.g., extraneous tags)
-
ericdahl authored
-
ericdahl authored
-
Tony Trinh authored
Update SyslogAppenderTest to explicitly set maximum syslog message size (for test stability)
-
ericdahl authored
LOGBACK-926 Update SyslogAppender to set the maxMessageSize to be the system default UDP size to prevent logs from being dropped if they are too large.
-
- Nov 16, 2013
-
-
Tony Trinh authored
LOGBACK-904 Fix typo/mistype in javadoc for TurboFilter
-
ericdahl authored
-
- Nov 12, 2013
-
-
Tony Trinh authored
-
Tony Trinh authored
"<includes>" should've been "<include>"
-
Tony Trinh authored
-
- Nov 10, 2013
-
-
Ceki Gulcu authored
-
Tony Trinh authored
-
- Nov 06, 2013
-
-
Tony Trinh authored
We were null-checking the current status manager instead of the one passed in.
-
- Oct 26, 2013
-
-
Tony Trinh authored
LOGBACK-350 Prevent SocketNode constructor blocking due to lack of data from client
-