- Nov 12, 2013
-
-
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
-
- Oct 20, 2013
-
-
Richard Fearn authored
This prevents a NullPointerException from being thrown, and allows the socketNodeClosing method to be called for the SocketNode.
-
Tony Trinh authored
Fix for LOGBACK-760.
-
- Oct 19, 2013
-
-
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.
-
- Oct 16, 2013
-
-
Tony Trinh authored
amendment for LOGBACK-644: suppress errors for nonexistent resource includes
-
- Oct 15, 2013
-
-
Tony Trinh authored
Support for elapsed time to jetty and tomcat access logs
-
Jonathan Baker authored
-
Jonathan Baker authored
-
Jonathan Baker authored
* changed direct access of timestamp field to use getTimstamp() instead inside of calculateElapsedTime.
-
- 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
-
- Sep 20, 2013
-
-
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.
-
- Sep 19, 2013
-
-
Tony Trinh authored
LOGBACK-832 - set parent classloader to avoid janino classes not being found
-
- Sep 14, 2013
-
-
Tony Trinh authored
Use new instance of RecoveryCoordinator in each test. Otherwise, the timestamp of the next call to isTooSoon() could happen well after the backoff threshold on slow machines (such as small nodes on Cloudbees Jenkins), causing false test failures. This also renames and refines the individual tests.
-
Tony Trinh authored
The slack factor for non-Sun JDK performance test in PackagingDataCalculatorTest was not lenient enough for the small virtual nodes on Cloudbees Jenkins. Some people were also reporting test failures here by a few percentage points (on their slow development machines). Bump slack factor from 10 to 15
-
leonardossz authored
fix for LOGBACK-842
-
- Sep 13, 2013
-
-
Francois Forster authored
-
Francois Forster authored
-
Tony Trinh authored
Modified the regex patterns in RootCauseFirstThrowableProxyTest and ExtendedThrowableProxyTest to find any packaging info in the throwable's stack trace, including inexact matches. On Cloudbees Jenkins, these tests were failing because they were looking for an exact match of the JUnit package but only found an inexact one.
-
- Sep 08, 2013
-
-
Tony Trinh authored
debug improvements to Gaffer (cherry picked from commit bd88d3ed580a4f60dc54c3293eb42aee5ea73148)
-
- Sep 07, 2013
-
-
Chetan Mehrotra authored
Fix exception for logger name with '.' and '$'
-
Chetan Mehrotra authored
LOGBACK-384 - Mixing periods and dollar signs in a logger name causes IllegalArgumentException from LoggerFactory.getLogger Fixing the logic to treat '$' and '.' at same level as per comment [1]. Also adding a testcase [1] http://jira.qos.ch/browse/LOGBACK-384?focusedCommentId=13105&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13105
-
rkapsi authored
Use append instead of concatenate
-
marko authored
Avoid NPE during JNDI lookup
-
jon-ruckwood authored
-