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.
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>