[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] help on log



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