Can someone tell me why my logs in the /var/log/syslogs arent rotating? All logs in /var/log are rotating fine. Below is my conf file.. -- # 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 # uncomment these to switch compression to bzip2 #compresscmd /usr/bin/bzip2 #uncompresscmd /usr/bin/bunzip2 # RPM packages drop log rotation information into this directory include /etc/logrotate.d /var/log/syslogs { daily create rotate 4 } # no packages own wtmp -- we'll rotate them here #/var/log/wtmp { # monthly # create 0664 root utmp # rotate 1 #} # system-specific logs may be also be configured here. -- thanks, ryan
participants (1)
-
Ryan McCain