[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] help on log
- Subject: [cobalt-users] help on log
- From: "e" <ndd73@xxxxxxxxxxx>
- Date: Thu Aug 30 18:57:09 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi I'm trying to change log rotate on my raq4.
I want that single web.log file for a virtualsite has ratated everyday. To
obtain this I've changed site8 under logrotate.d and logrotate.onboot to
look this way:
/home/sites/site8/logs/mail.log {
missingok
compress
size 3M
}
/home/sites/site8/logs/ftp.log {
missingok
compress
size 3M
}
/home/sites/site8/logs/web.log {
missingok
compress
daily
}
I've also reboot the cobalt but no logs has been generated after this
change.
Please can you tell me what I'm missing?
thank you