[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.27-14-g81b3297

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Mon Jan 17 23:08:23 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  81b32976042ead74528173abd18b456df43023f7 (commit)
      from  5b0b5091b70745f7ba3bbc65da0d948a936d2b56 (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=81b32976042ead74528173abd18b456df43023f7
http://github.com/ceki/logback/commit/81b32976042ead74528173abd18b456df43023f7

commit 81b32976042ead74528173abd18b456df43023f7
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Mon Jan 17 23:05:24 2011 +0100

    ongoing work

diff --git a/logback-access/src/main/java/ch/qos/logback/access/tomcat/LogbackValve.java b/logback-access/src/main/java/ch/qos/logback/access/tomcat/LogbackValve.java
index dc84dec..fe75250 100644
--- a/logback-access/src/main/java/ch/qos/logback/access/tomcat/LogbackValve.java
+++ b/logback-access/src/main/java/ch/qos/logback/access/tomcat/LogbackValve.java
@@ -265,7 +265,7 @@ public class LogbackValve extends ValveBase implements Lifecycle, Context,
     this.name = name;
   }
 
-  public long getBithTime() {
+  public long getBirthTime() {
     return birthTime;
   }
 
diff --git a/logback-site/src/site/pages/codes.html b/logback-site/src/site/pages/codes.html
index 53df822..72d04d1 100644
--- a/logback-site/src/site/pages/codes.html
+++ b/logback-site/src/site/pages/codes.html
@@ -366,6 +366,13 @@
   is invoked.
   </p>
 
+  <p>On the Windows platform, <a
+  href="http://technet.microsoft.com/en-us/sysinternals/bb896653">Process
+  Explorer</a> can help you locate the processes which reference a
+  given file (Find -&gt; Find Handle or DLL). On Linux, you can use
+  the <a href="http://www.manpagez.com/man/8/lsof/">lsof</a> command
+  to find which process has a file open.</p>
+
   <p>In practice, it can be hard to ensure that there are no file
   handle references to log files. It can be easier to avoid file
   renaming altogether. As a first step, let us note that for

-----------------------------------------------------------------------

Summary of changes:
 .../ch/qos/logback/access/tomcat/LogbackValve.java |    2 +-
 logback-site/src/site/pages/codes.html             |    7 +++++++
 2 files changed, 8 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.


More information about the logback-dev mailing list