[horde] getting user info from log

Vilius Šumskas vilius at lnk.lt
Mon Oct 25 23:14:23 PDT 2004


Sveiki,

Tuesday, October 26, 2004, 2:43:17 AM, you wrote:

> I am not sure if this is a Horde or IMP question. There is a log written to
> /tmp/horde.log.  

> I would like to maintain some history (about 4 weeks) and I noticed it is
> truncrated back to the previous Friday at 4:08 am 

> I could not find a cron job or log rotate job to account for it.

[bash]# more horde
/tmp/horde.log {
        missingok
        create 0640 apache apache
}

put this file into /etc/logrotate.d/ directory. Or if you want to be
more consistent with your system change log path to /var/log and use
this script:

[bash]# more horde
/var/log/horde.log {
        missingok
        create 0640 apache apache
}

> I also
> searched the FAQ and the lists back to June.

> I am running RH 3.0 ES
> Horde 2.2.5
> Imp 3.2.5
> PHP 4.3.2

> Thanks for any insight

> Chris S



-- 
Best Regards,
 Vilius




More information about the horde mailing list