[imp] Log file and debugging settings in Horde

Eric Rostetter eric.rostetter at physics.utexas.edu
Wed Oct 16 22:28:08 PDT 2002


Quoting Vigenere Zygomates <vigenere1 at yahoo.com>:

> I thought I'd turn on debugging to see what is going
> on, but my horde.log file is empty. I have the
> following set in horde.php:
> 
> $conf['debug_level'] = E_ALL;
> $conf['log']['enabled'] = true;
> $conf['log']['type'] = 'file';
> $conf['log']['name'] = '/tmp/horde.log';
> $conf['log']['priority'] = LOG_DEBUG;
> $conf['log']['ident'] = 'HORDE';

Set up logging in your php.ini file also.  Horde won't log anything if
a php error keeps it from executing...  Basic settings might be, for syslog:

log_errors = On
error_log = syslog

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

Why get even? Get odd!


More information about the imp mailing list