Here is my logrotate.conf file on a SLES 8 server. weekly rotate 4 create include /etc/logrotate.d
/var/log/syslogs {
daily
create
rotate 4
}
..the logs in /var/log rotate fine, however the logs in /var/log/syslogs dont..
what am i missing?
Thanks, Ryan
