[horde] Logging to file not working

Steffen skhorde at smail.inf.fh-bonn-rhein-sieg.de
Fri Jan 30 09:45:15 UTC 2015


On Fri, 30 Jan 2015, ANANT S ATHAVALE wrote:
>> Quoting ANANT S ATHAVALE <asa at isac.gov.in>:
>> 
>>> Following is the extract of horde/config/conf.php
>>> 
>>> $conf['log']['priority'] = 'INFO';

Lower the limit to NOTICE or DEBUG for testing purpose

>>> $conf['log']['ident'] = 'HORDE';
>>> $conf['log']['time_format'] = 'M d Y H:i:s';
>>> $conf['log']['name'] = '/tmp/horde.log';
>>> $conf['log']['params']['append'] = true;
>>> $conf['log']['params']['format'] = 'default';
>>> $conf['log']['type'] = 'file';
>>> $conf['log']['enabled'] = true;
>>> $conf['log_accesskeys'] = false;
>>> 
>>> 
>>> with these settings, /tmp/horde.log is not getting updated.  Is any PHP 
>>> pear module I have missed to install?
>> 
>> Your PHP process has write access to that file, correct?
>
> Yes, PHP has write access to that file.

remove or rename /tmp/horde.log and see, if it gets re-created.
/tmp has mode 1777 ?

-- 
Steffen


More information about the horde mailing list