Jeffrey Goldberg wrote:

On Thu, 19 Jun 2003, ODHIAMBO Washington wrote:

 

What are guys using out there to rotate clamd log file?
   


So far I haven't played with it, and have just used the clamd
configuration to limit size of the log file.  But I would like to rotate
properly.  RedHat has a really nice log rotation utility called logrotate.
I'd have been thinking about adding the clamd.log to that.

 


Im using logrotate on RH-8.0.

Petr


cat /etc/logrotate.d/clamd
#
# Rotate Clam AV daemon log file
#

/var/log/clamd.log {
   missingok
   nocompress
   create 644 clamav clamav
}



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Reply via email to