[imp] Why is horde not logging anything

Eric Rostetter eric.rostetter at physics.utexas.edu
Tue Oct 15 04:14:42 PDT 2002


Quoting MaxM <impuser at wired2net.com>:

> I have logging set to enabled in horde.php and the file is /tmp/horde.log
> 
> $conf['log']['type'] = 'file';
> $conf['log']['name'] = '/tmp/horde.log';
> $conf['log']['priority'] = LOG_DEBUG;
> 
> But it still does not log anything ... even when there are problems galore.
> 
> I am running Horde 2.1 and IMP 3.1
> 
> Thanks.

To see php errors make sure you set error logging on in your php.ini file.
The following your php would log php errors to syslog.

log_errors = On
error_log = syslog

In horde/config/horde.conf set php logging to a high level, such as:

$conf['debug_level'] = E_ALL;

Also make sure you set:

$conf['log']['enabled'] = true;

-- 
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!


More information about the imp mailing list