
A description for the "l" conversion word was missing. At 10:32 PM 10/10/2006, you wrote:
Author: ceki Date: Tue Oct 10 22:32:15 2006 New Revision: 660
Modified:
logback/trunk/logback-access/src/main/java/ch/qos/logback/access/PatternLayout.java logback/trunk/logback-site/src/site/xdocTemplates/accessLogJetty.xml
Log:
updated docs.
I have not actually checked that the config files included in the docs actually work. They should be verified at some stage...
Modified: logback/trunk/logback-access/src/main/java/ch/qos/logback/access/PatternLayout.java ============================================================================== --- logback/trunk/logback-access/src/main/java/ch/qos/logback/access/PatternLayout.java (original) +++ logback/trunk/logback-access/src/main/java/ch/qos/logback/access/PatternLayout.java Tue Oct 10 22:32:15 2006 @@ -107,6 +107,14 @@ * </td> * </tr> * <tr> + * <td align="center"><b>l</b></td> + * <td> + * <p>Remote user. In logback-access, this converter always returns + * the value "-". + * </p> + * </td> + * </tr> + * <tr> * <td align="center"><b>m / requestMethod</b></td> * <td> * <p>
-- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch