update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Astrid Malo
2004-04-25 22:32:15 +00:00
parent d2244aadac
commit 060deccba8

View File

@ -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
@ -53,6 +53,15 @@ This creates the files /var/logs/logfile\&.nnnn where nnnn is the system time at
.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"