- Dec 28, 2013
-
-
Tony Trinh authored
Add note for LOGBACK-927
-
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
-
Tony Trinh authored
Add notes for LOGBACK-768 and LOGBACK-928
-
Eric Dahl authored
LOGBACK-768 Documentation: Fix mistake in the definition of the combined log format (missing brackets)
-
Tony Trinh authored
Add note for pull request #136 (LOGBACK-885)
-
Gili Tzabari authored
-
Tony Trinh authored
Add note for pull request #156
-
Richard Fearn authored
-
Tony Trinh authored
Add notes for LOGBACK-926 and LOGBACK-904
-
ericdahl authored
-
ericdahl authored
-
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.
-
ericdahl authored
-
Tony Trinh authored
-
Tony Trinh authored
"<includes>" should've been "<include>"
-
Tony Trinh authored
-
Ceki Gulcu authored
-
Tony Trinh authored
-
Tony Trinh authored
We were null-checking the current status manager instead of the one passed in.
-
Richard Fearn authored
This prevents a NullPointerException from being thrown, and allows the socketNodeClosing method to be called for the SocketNode.
-
Richard Fearn authored
The constructor creates an ObjectInputStream, and this blocks until the stream header is received from the client. If the client doesn't send a stream header, construction of the SocketNode will hang, preventing SimpleSocketServer from accepting new clients. This change moves the construction of the ObjectInputStream into SocketNode.run. As SimpleSocketServer runs this method in a new thread, a rogue client won't prevent subsequent ones being able to connect.
-
Norbert Kenderesi authored
Fixed issue "Failed to instantiate LoggerContext" because of " java.lang.SecurityException: AccessController.checkPermission is unsupported." (LOGBACK-760) using the solution provided in the comment by ori.
-
Tony Trinh authored
amendment for LOGBACK-644: suppress errors for nonexistent resource includes
-
Jonathan Baker authored
-
Jonathan Baker authored
-
Jonathan Baker authored
* changed direct access of timestamp field to use getTimstamp() instead inside of calculateElapsedTime.
-
Jonathan Baker authored
* Added support to the tomcat Server adaptor for correctly getting request start time. (Includes additional dependency on tomcat-coyote) * Update layouts.html to document the addition of elapsedTime/D to the pattern support for IAccessEvent * Modified AccessEvent.java to calculate the elapsedTime at construction of the event, instead of repeatedly in the getter. This allows the value to be more easily seen in a debugger, and cleans up the code slightly.
-
Francois Forster authored
-
Francois Forster authored
-
- Oct 06, 2013
-
-
Tony Trinh authored
Truncates multi-line subjects to the first line to prevent an SMTP error. fixes #147
-
- Oct 05, 2013
-
-
kalinichenko authored
detachLoggerContext removes LoggerContext from ContextSelector. BUT context.getLogger will create it again. So it's much more proper to log at first and detach context after that. fixes #51
-
Tony Trinh authored
Fix for LOGBACK-754
-
- Oct 04, 2013
-
-
Tony Trinh authored
A NullPointerException occurred when setting a JUL logger's level to null, which should have reset the logger level to the parent's effective level. The null level was incorrectly propagated to context listeners, leading to the NPE. This patch propagates the logger's parent effective level.
-
- Oct 03, 2013
-
-
Tony Trinh authored
Support suppressed exceptions
-
- Oct 02, 2013
-
-
Ceki Gulcu authored
-
- Sep 22, 2013
-
-
Mikhail Mazursky authored
Check already exists inside called method
-
Mikhail Mazursky authored
-
Mikhail Mazursky authored
-
Mikhail Mazursky authored
-
Mikhail Mazursky authored
-