[GIT] Logback: the generic, reliable, fast and flexible logging framework. branch master updated. v_1.0.0-51-g87c417a

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 87c417adfa4fdd21035a1c6ebe5480b23bea8a4c (commit) from c0d9b3b41b6cac04daa19d30f7a262ba81e8e319 (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=87c417adfa4fdd21035a1c6eb... http://github.com/ceki/logback/commit/87c417adfa4fdd21035a1c6ebe5480b23bea8a... commit 87c417adfa4fdd21035a1c6ebe5480b23bea8a4c Author: Ceki Gulcu <ceki@qos.ch> Date: Thu Nov 10 18:22:14 2011 +0100 TODO: test changes in computeCurrentPeriodsHighestCounterValue() diff --git a/logback-core/src/main/java/ch/qos/logback/core/rolling/SizeAndTimeBasedFNATP.java b/logback-core/src/main/java/ch/qos/logback/core/rolling/SizeAndTimeBasedFNATP.java index 9b28199..570235e 100644 --- a/logback-core/src/main/java/ch/qos/logback/core/rolling/SizeAndTimeBasedFNATP.java +++ b/logback-core/src/main/java/ch/qos/logback/core/rolling/SizeAndTimeBasedFNATP.java @@ -73,6 +73,7 @@ public class SizeAndTimeBasedFNATP<E> extends // if raw file property == null, but compression is enabled // we must check whether the last file whether the last file is // compressed or not. + // TODO test me File fileCandidate = new File(getFileNameIncludingCompressionSuffix(dateInCurrentPeriod, currentPeriodsCounter)); if(fileCandidate.exists()) currentPeriodsCounter++; ----------------------------------------------------------------------- Summary of changes: .../core/rolling/SizeAndTimeBasedFNATP.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.
participants (1)
-
git-noreply@pixie.qos.ch