[imp] Why is horde not logging anything

MaxM impuser at wired2net.com
Tue Oct 15 04:58:13 PDT 2002


> > 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;
>

This the way its set.

So something else is causing it to foul up.

Thanks and any further help is appreciated.

Max





More information about the imp mailing list