- May 17, 2014
-
-
Jeremy Landis authored
Updated to newer groovy maven plus plugin Switch from deprecated ant 'tasks' to ant 'target' maven xml tags
-
- May 16, 2014
-
-
Tony Trinh authored
Fix for LOGBACK-732, make charset configurable in SyslogAppender
-
Noa Resare authored
* Add setCharset()/getCharset() methods to SyslogAppenderBase * Add blurb to news html page * Unit test This change change takes the conservative approach of preserving current behavior when setCharset() is not called, using the platform default encoding.
-
- May 10, 2014
-
-
Tony Trinh authored
Add git attributes - to fix line endings
-
- May 07, 2014
-
-
Jeremy Landis authored
Add suggested git attributes and associated files that were not in sync already with expected line endings.
-
Tony Trinh authored
moved remaining resources to src/main/resources
-
- May 03, 2014
-
-
Jeremy Landis authored
logback-access & logback-examples resource files moved from source packages to resources packages to comply with maven standards.
-
Tony Trinh authored
Added note for the move of the SQL scripts to src/main/resources from Jeremy Landis (PR #197) (LOGBACK-948)
-
Tony Trinh authored
moved db appender scripts to src/main/resources
-
Jeremy Landis authored
moved db appender scripts to src/main/resources (duplicate of #190 - cleaner)
-
Tony Trinh authored
POM Modernization
-
Jeremy Landis authored
- Corrected maven xsd - Removed duplication in child poms (url, license, version, groupId) - Removed commented out scala items - Removed commented out jetty servlet api - Removed excess spacing - Note JavaSE-1.6 & 1.6 oracle docs - Replaced examples use of antrun with maven-dependency-plugin - Updated plugin versions - Added plugins in parent pluginManagement - Updated mockito & log4j - Dropped old slf4j-api 1.5.10 - pom pulls latest - Moved modelVersion to correct location - Explicit groupId everywhere - Use maven properties for jdk version used for compiler plugin - Added generation of test source & javadoc jars - Added lifecycle mapping filter for gmaven for users without m2e configuration. - Moved maven bundle to plugin management
-
- May 02, 2014
-
-
Tony Trinh authored
Allow specifying time zone in TimeBasedRollingPolicy's fileNamePattern LOGBACK-611
-
washley authored
-
- Apr 27, 2014
-
-
Tony Trinh authored
This reverts commit 495929dc. parent.relativePath was being set to the default value unnecessarily.
-
Tony Trinh authored
Added note for thread naming -- from Mikhail Mazursky (PR #187)
-
- Apr 26, 2014
-
-
Tony Trinh authored
Set thread name
-
- Apr 16, 2014
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Apr 09, 2014
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Apr 08, 2014
-
-
Joern Huxhorn authored
Reverted parent version from 1.2.0 to 1.1.3 for now.
-
Joern Huxhorn authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
ShutdownHook Configuration Element
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Apr 07, 2014
-
-
Mike Reinhold authored
context via a shutdown hook. Enabled via the shutdownHook configuration element (backed by the Joran ShutdownHookAction). Basic implementation provided, DelayingShutdownHook, stops the Logback context after a specified delay (default is 0 for immediate shutdown). Updated news page under revision 1.1.3 and added details to the configuration manual page.
-
- Apr 06, 2014
-
-
Mikhail Mazursky authored
It is much easier to identify threads in thread dumps when they have meaningful names
-
- Apr 04, 2014
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Use ServiceLoader pattern to control logback bootstrap process
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Configurable worker thread join timeout in AsyncAppenderBase
-