[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] logrotate
I know this may be more of a RedHat question, but I'm trying to get the IC
logs to rotate with the following in my crontab:
0 7 * * * logrotate
/usr/local/psa/home/vhosts/trippystore.com/logrotate.cfg+
and the following in my logrotate.cfg:
errors my@email.com
~/catalogs/*/error.log ~/catalogs/*/logs {
rotate 7
weekly
endscript
}
~/catalogs/
Nothing is happening, and I suspect some king of a syntax error. I've read
the logrotate man and that's how I wrote everything above. Thanks to anyone
who can help!
- Grant