- Oct 15, 2015
-
-
Paul Wood authored
-
- Jun 09, 2015
-
-
Tony Trinh authored
Bumping to next development version
-
- Jun 08, 2015
-
-
Dave Roberge authored
-
Tony Trinh authored
-
Tony Trinh authored
Fixed a bug in TimeBasedFileNamingAndTriggeringPolicyBase
-
Tony Trinh authored
Optimization in LogbackMDCAdapter.get(String)
-
Tony Trinh authored
The configuration refers to these as suite names, not spec names.
-
Tony Trinh authored
Formatted LogbackValve with code style settings
-
- Jun 02, 2015
-
-
Dave Roberge authored
-
- Apr 23, 2015
-
-
Larry Shatzer, Jr authored
-
- Apr 15, 2015
-
-
Tony Trinh authored
Fixed timing issue in JettyBasicTest
-
Tony Trinh authored
Optimization: use Collections.emptyMap() in LoggingEvent
-
- Apr 14, 2015
-
-
Alex Panchenko authored
-
- Apr 13, 2015
-
-
Alex Panchenko authored
-
Alex Panchenko authored
-
- Apr 09, 2015
-
-
Tony Trinh authored
fixes viewAsGroovy Link for configurations with styling
-
- Apr 08, 2015
-
-
Klaus Bayrhammer authored
* modifies ignore-regex in order to ignore <span> tags correctly
-
Tony Trinh authored
The following unit tests were failing because they were expecting the logger context to have package data enabled by default, but the default had been changed to false in 8141f88e. * ExtendedThrowableProxyConverterTest.integration * RootCauseFirstThrowableProxyConverterTest.integration This patch explicitly enables packaging data for the test's logger context.
-
- Apr 06, 2015
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Add japanese translation for logback manuals.
-
Ceki Gulcu authored
-
- Apr 02, 2015
-
-
Tony Trinh authored
Add XML support to en/disable stacktrace package detail
-
- Mar 26, 2015
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Mar 25, 2015
-
-
Ceki Gulcu authored
This prevents developers from attempting to modify event's mdc map. For example by invoking event.getMDCPropertyMap().put("k", "v"); This fixes LOGBACK-1063 by ricochet.
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Mar 24, 2015
-
-
Ceki Gulcu authored
with the latest version the release process fails
-
Ceki Gulcu authored
-
- Mar 18, 2015
-
-
s4nk authored
Fixed a bug in TimeBasedFileNamingAndTriggeringPolicyBase causing the policy to always rollover according to the local system time and ignore the time zone passed in the file name pattern. LOGBACK-611 introduced the possibility to specify time zone in the file name pattern and the file names are now correctly created according to the specified time zone. However, rollover is still based on the old behaviour, e.g., if the pattern is set to /wombat/foo.{%d, UTC}, rollover will happen at midnight of the local system time, instead of midnight in UTC. If for example the log is created at 00:59+01:00 02/01/2015 (local system time), the rollover will happen at 00:00+01:00 03/01/2015 instead of 01:00+01:00 02/01/2015 (i.e., 00:00Z 02/01/2015).
-
- Mar 07, 2015
-
-
Tony Trinh authored
Changed the default enable status of packaging info in stacktraces to be disabled to avoid the expensive lookup unless requested. Added an XML attribute "packageTrace" to <configuration> in order to allow enabling or disabling the packaging info in stacktraces. When the attribute is omitted, the default setting is assumed (disabled). To enable package detail in logback.xml: <configuration packageTrace="true"> ... </configuration> LOGBACK-730 LOGBACK-966
-