You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1996/06/27 03:23:30 UTC

cvs commit: apache/src mod_log_config.c

brian       96/06/26 18:23:29

  Modified:    src       mod_log_config.c
  Log:
  Removed a comment about being experimental.
  
  Revision  Changes    Path
  1.7       +3 -5      apache/src/mod_log_config.c
  
  Index: mod_log_config.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_log_config.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -C3 -r1.6 -r1.7
  *** mod_log_config.c	1996/03/04 13:12:54	1.6
  --- mod_log_config.c	1996/06/27 01:23:26	1.7
  ***************
  *** 53,61 ****
    
    
    /*
  !  * This is an EXPERIMENTAL module, which implements the TransferLog directive
  !  * (same as the common log module), and an additional directive, LogFormat.
  !  * Bugs would not surprise me.
     *
     * The argument to LogFormat is a string, which can include literal
     * characters copied into the log files, and '%' directives as follows:
  --- 53,60 ----
    
    
    /*
  !  * This is module implements the TransferLog directive (same as the
  !  * common log module), and an additional directive, LogFormat.
     *
     * The argument to LogFormat is a string, which can include literal
     * characters copied into the log files, and '%' directives as follows:
  ***************
  *** 111,118 ****
     * but have some indication which host they came from, though a %v
     * directive may well be a better way to handle this.
     *
  !  * --- rst
  !  */
    
    #define DEFAULT_LOG_FORMAT "%h %l %u %t \"%r\" %s %b"
    
  --- 110,116 ----
     * but have some indication which host they came from, though a %v
     * directive may well be a better way to handle this.
     *
  !  * --- rst */
    
    #define DEFAULT_LOG_FORMAT "%h %l %u %t \"%r\" %s %b"