You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by pn...@apache.org on 2003/02/28 13:49:46 UTC

cvs commit: jakarta-slide/src/conf/webapp web.xml

pnever      2003/02/28 04:49:46

  Modified:    src/conf/webapp web.xml
  Log:
  Added date-time parameter and changed keys
  
  Revision  Changes    Path
  1.22      +16 -2     jakarta-slide/src/conf/webapp/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/conf/webapp/web.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- web.xml	14 Feb 2003 14:34:33 -0000	1.21
  +++ web.xml	28 Feb 2003 12:49:46 -0000	1.22
  @@ -7,8 +7,22 @@
           <filter-class>org.apache.slide.webdav.filter.LogFilter</filter-class>
           <init-param>
               <param-name>logFormat</param-name>
  -            <param-value>%t, %p, %m, %s "%l", %x, %i, %u</param-value>
  -            <description>Defines the format of a log line. The following placeholders are available: %t=thread-name, %p=principal-name, %m=method-name, %s=status-code, %l=default-status-text, %k=detailed-status-text, %i=elapsed-time, %u=relative-request-uri, %v=request-uri, %x=request-content-length.</description>
  +            <param-value>%T, %t, %P, %m, %s "%l", %i, %p</param-value>
  +            <description>
  +                Defines the format of a log line.
  +                The following placeholders are available: 
  +                    %T=thread-name, 
  +                    %t=date-time, 
  +                    %P=principal-name, 
  +                    %m=method-name, 
  +                    %s=status-code, 
  +                    %l=default-status-text, 
  +                    %L=detailed-status-text, 
  +                    %i=elapsed-time, 
  +                    %p=relative-request-uri, 
  +                    %u=request-uri.
  +                    %x=request-content-length.
  +            </description>
           </init-param>
           <init-param>
               <param-name>outputToConsole</param-name>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org