Log Rotation - logrotate.conf
Hi, my logs are growing too fast and I was wondering what acceptable words I could use to replace the line in logrotate.conf (RH 8.0, Apache 2.0.40)-------------------------------------------------
# see "man logrotate" for details
# rotate log files weekly
weekly
# keep 4 weeks worth of backlogs
rotate 4
# create new (empty) log files after rotating old ones
create
# uncomment this if you want your log files compressed
#compress
-------------------------------------------------
daily?
biweekly?
Im really not sure and I don't know what it means by "see man logrotate"
Thanks,
M