[GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v0.9.18-87-g1acd46c

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Logback: the generic, reliable, fast and flexible logging framework.". The branch, master has been updated via 1acd46c45fe243953ebebe85c20541b9a4b08e94 (commit) from 91aaf870b3817646c125f7d571118f940bf58daf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=1acd46c45fe243953ebebe85c... http://github.com/ceki/logback/commit/1acd46c45fe243953ebebe85c20541b9a4b08e... commit 1acd46c45fe243953ebebe85c20541b9a4b08e94 Author: Ceki Gulcu <ceki@qos.ch> Date: Wed Mar 17 20:11:49 2010 +0100 Fix LBCORE-144 diff --git a/logback-core/src/main/java/ch/qos/logback/core/rolling/helper/SequenceToRegex4SDF.java b/logback-core/src/main/java/ch/qos/logback/core/rolling/helper/SequenceToRegex4SDF.java index 60ebf70..950da47 100644 --- a/logback-core/src/main/java/ch/qos/logback/core/rolling/helper/SequenceToRegex4SDF.java +++ b/logback-core/src/main/java/ch/qos/logback/core/rolling/helper/SequenceToRegex4SDF.java @@ -58,7 +58,7 @@ class SequenceToRegex4SDF { case 'S': return number(occurrences); case 'E': - return ".{3,12}"; + return ".{2,12}"; case 'a': return ".{2}"; case 'z': ----------------------------------------------------------------------- Summary of changes: .../core/rolling/helper/SequenceToRegex4SDF.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.
participants (1)
-
git-noreply@pixie.qos.ch