[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.27-8-gb6a42b6
added by portage for gitosis-gentoo
git-noreply at pixie.qos.ch
Sat Jan 8 00:02:36 CET 2011
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 b6a42b6c46c6bff01f471c8df9bd9beb0a299f10 (commit)
from b8790fc09eee12d16dcc0c8417df7d503927211f (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=b6a42b6c46c6bff01f471c8df9bd9beb0a299f10
http://github.com/ceki/logback/commit/b6a42b6c46c6bff01f471c8df9bd9beb0a299f10
commit b6a42b6c46c6bff01f471c8df9bd9beb0a299f10
Author: Ceki Gulcu <ceki at qos.ch>
Date: Fri Jan 7 23:59:51 2011 +0100
updated link to akka
diff --git a/logback-core/src/test/java/ch/qos/logback/core/FileAppenderResilienceTest.java b/logback-core/src/test/java/ch/qos/logback/core/FileAppenderResilienceTest.java
index 99a6698..de8d317 100644
--- a/logback-core/src/test/java/ch/qos/logback/core/FileAppenderResilienceTest.java
+++ b/logback-core/src/test/java/ch/qos/logback/core/FileAppenderResilienceTest.java
@@ -92,10 +92,12 @@ class Runner extends RunnableWithCounterAndDone {
counter++;
fa.doAppend("hello " + counter);
if (counter % 1024 == 0) {
- try {
- Thread.sleep(10);
- } catch (InterruptedException e) {
- }
+ Thread.yield();//(10);
+
+// try {
+// Thread.sleep(10);
+// } catch (InterruptedException e) {
+// }
}
}
}
diff --git a/logback-site/src/site/pages/index.html b/logback-site/src/site/pages/index.html
index 1ec22f0..8fea11f 100644
--- a/logback-site/src/site/pages/index.html
+++ b/logback-site/src/site/pages/index.html
@@ -66,7 +66,7 @@
<tr>
<td valign="top">
<ul>
- <li><a href="http://doc.akkasource.org/logging">Akka</a></li>
+ <li><a href="http://doc.akka.io/logging">Akka</a></li>
<li><a href="http://jackrabbit.apache.org/">Apache Jackrabbit</a></li>
<li><a href="http://www.jfrog.org/products.php">Artifactory</a></li>
<li><a href="http://cia.sourceforge.net/">Citizen Intelligence Agency</a></li>
-----------------------------------------------------------------------
Summary of changes:
.../logback/core/FileAppenderResilienceTest.java | 10 ++++++----
logback-site/src/site/pages/index.html | 2 +-
2 files changed, 7 insertions(+), 5 deletions(-)
hooks/post-receive
--
Logback: the generic, reliable, fast and flexible logging framework.
More information about the logback-dev
mailing list