FW: [horde] getting user info from log

Swenson, Chris cswenson at curry.edu
Tue Oct 26 14:18:30 PDT 2004


 That's exactly where I was heading,   thank you.

Chris S

-----Original Message-----
From: Vilius Šumskas [mailto:vilius at lnk.lt] 
Sent: Tuesday, October 26, 2004 2:14 AM
To: Horde List
Subject: Re: [horde] getting user info from log

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

--
Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail:
horde-unsubscribe at lists.horde.org



More information about the horde mailing list