On Tue, Mar 06, 2001 at 08:18:29AM -0500, Duncan Hill wrote:
> I'm playing with logrotate, and have run into something.  Namely, the
> fact that log rotate calls the older logs .1, .2, .3 etc.  Is it
> possible, within logrotate, to specify that these files get a date
> instead?  Or, can Apache write log files with a date in the name
> dynamically?

Not a direct answer, but worse comes to worse, you could always use a
shell wrapper for logrotate, then rename the files when it gets done:

mv $LOG.1 $LOG.$DATE_STR

-- 
Hal B
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
--



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to