Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 7069 invoked from network); 25 Apr 2004 22:32:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Apr 2004 22:32:17 -0000 Received: (qmail 18111 invoked by uid 500); 25 Apr 2004 22:32:02 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 18094 invoked by uid 500); 25 Apr 2004 22:32:02 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 18081 invoked by uid 500); 25 Apr 2004 22:32:02 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 18077 invoked from network); 25 Apr 2004 22:32:02 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 25 Apr 2004 22:32:02 -0000 Received: (qmail 7057 invoked by uid 1548); 25 Apr 2004 22:32:15 -0000 Date: 25 Apr 2004 22:32:15 -0000 Message-ID: <20040425223215.7056.qmail@minotaur.apache.org> From: kess@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/man rotatelogs.8 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N kess 2004/04/25 15:32:15 Modified: docs/man rotatelogs.8 Log: update transformation Revision Changes Path 1.20 +10 -1 httpd-2.0/docs/man/rotatelogs.8 Index: rotatelogs.8 =================================================================== RCS file: /home/cvs/httpd-2.0/docs/man/rotatelogs.8,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- rotatelogs.8 2 Dec 2003 11:53:50 -0000 1.19 +++ rotatelogs.8 25 Apr 2004 22:32:15 -0000 1.20 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "ROTATELOGS" 8 "2003-12-02" "Apache HTTP Server" "rotatelogs" +.TH "ROTATELOGS" 8 "2004-04-25" "Apache HTTP Server" "rotatelogs" .SH NAME rotatelogs \- Piped logging program to rotate Apache logs @@ -52,6 +52,15 @@ .PP This configuration will rotate the logfile whenever it reaches a size of 5 megabytes\&. + +.nf + + ErrorLog "|bin/rotatelogs /var/logs/errorlog\&.%Y-%m-%d-%H_%M_%S 5M" + +.fi + +.PP +This configuration will rotate the error logfile whenever it reaches a size of 5 megabytes, and the suffix to the logfile name will be created of the form errorlog\&.YYYY-mm-dd-HH_MM_SS\&. .SH "OPTIONS"