[horde] Using of syslog with horde

Franck laplagne at ulukai.net
Tue Oct 23 19:43:20 UTC 2007


I use the configuration below, I was wondering that configuration would use
syslog, and store in file.... but no, so, I'm asking myself why?


$conf['log']['priority'] = PEAR_LOG_DEBUG;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/var/log/horde/horde.log';
$conf['log']['type'] = 'syslog';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;

-----Message d'origine-----
De : Andrew Morgan [mailto:morgan at orst.edu]
Envoye : lundi 22 octobre 2007 18:32
A : Franck
Cc : horde at lists.horde.org
Objet : Re: [horde] Using of syslog with horde


On Sun, 21 Oct 2007, Franck wrote:

> Hi every one,
>
>  I tried the archive with a search on keyword 'syslog' but nothing to feet
> to my problem, so here it is, and I hope some one will have a guess for
> me...
>
> I want to log data of horde with syslog, below is the section about in my
> conf.php of horde. But I also would like to duplicate horde's log in a
file
> like /var/log/horde/horde.log, but I'm not able to manage this point. Does
> anyone have an idea to do that?

Most syslog implementations can log the same stream to multiple files.
Why not have Horde send logs to syslog, then have syslog split it into
multiple log files?

 	Andy



More information about the horde mailing list