We use FileAppender and roll it over with a crontab job, along the lines
of:

cp $logfile $logfile-$(date -I) && cat /dev/null > $logfile

Hope this helps.

[]'s
Daniel Serodio

On Fri, 2003-01-24 at 11:49, Nuno Carvalho wrote:
> Daniel Serodio wrote:
> 
> > On Fri, 2003-01-24 at 10:54, Nuno Carvalho wrote:
>  >
> > Well, you can always report that there were 0 hits on a day when no log
> > file was generated.
> 
> Olá Daniel,
> 
> The marketing team already have some kind of a shell script to check for specific 
>log filenames. Therefore, I need to 
> provide the expected behaviour they need.
> 
> Any idea on how to solve this ? Is there some way to call a rollover function ?
> 
> Regards,
>    Nuno Carvalho
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
Daniel Serodio <[EMAIL PROTECTED]>
CheckForte


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

Reply via email to