Commit 7a7ec7a3 authored by Joshua Slive's avatar Joshua Slive
Browse files

Eventually I'll get this right.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91430 13f79535-47bb-0310-9956-ffa450edef68
parent a2ce021d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ feature, which can be used like this:
CustomLog "|bin/rotatelogs /var/logs/logfile 86400" common
.mf

This creates the files /path/to/logs/logfile.nnnn where nnnn is the system
This creates the files /var/logs/logfile.nnnn where nnnn is the system
time at which the log nominally starts (this time will always be a multiple of
the rotation time, so you can synchronize cron scripts with it).  At the end
of each rotation time (here after 24 hours) a new log is started.
+5 −5
Original line number Diff line number Diff line
@@ -21,11 +21,11 @@ vlink="#000080" alink="#ff0000">

     CustomLog "|bin/rotatelogs /var/logs/logfile 86400" common

     This creates the files /path/to/logs/logfile.nnnn where nnnn
     is  the  system time at which the log nominally starts (this
     time will always be a multiple of the rotation time, so  you
     can  synchronize  cron scripts with it).  At the end of each
     rotation time (here after 24 hours) a new log is started.
     This creates the files /var/logs/logfile.nnnn where nnnn  is
     the system time at which the log nominally starts (this time
     will always be a multiple of the rotation time, so  you  can
     synchronize cron scripts with it).  At the end of each rota-
     tion time (here after 24 hours) a new log is started.

<strong>OPTIONS</strong>
     <em>logfile</em>