The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-01-2008
ynilesh's Avatar
ynilesh ynilesh is offline
Registered User
  
 

Join Date: Oct 2007
Location: Bangalore, India.
Posts: 222
Log rotate includes all the files in /etc/logrotate.d/, hope you have kept you file inside this directory.

Is your configuration is like this ?
weekly Rotate logs weekly
rotate 4 Keep 4 weeks worth of backlogs
include /etc/logrotate.d/
/var/log/foo/access{
size=100k Rotate when it reaches a certain size
}