How do I push the rotation of a log file.... other_vhosts_access.log is 1.6 GB right now.... the odd thing is that the date on the file is for today, the last rotated file is from 12-12 (a week ago) and is 816 MB...

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Add a line in your logrotate.conf file (in the appropriate section) like this:

size 100M

Then run logrotate. It will force any logs over 100MB in size to be rotated.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.